#254663

Color #254663 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #254663

Tints of Arapawa #254663

Color information

#254663 (or 0x254663) is unknown color: approx Arapawa. HEX triplet: 25, 46 and 63. RGB value is (37,70,99). Sum of RGB (Red+Green+Blue) = 37+70+99=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #254663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254663 is #DAB99C. Grayscale: #3F3F3F. Windows color (decimal): -14334365 or 6506021. OLE color: 6506021.

HSL color Cylindrical-coordinate representation of color #254663: hue angle of 208.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254663 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB377099-
CMYK0.630.2900.61
HSL208.06º45.59%26.67%-
HSV(B)208.06º62.63%38.82%-
XYZ5.215.6712.63-
YUV63.44148.07109.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=17.96%
G=33.98%
B=48.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3770990.630.2900.61208.0645.5926.67
Hex2546633F1D03Dd02e1b
Octal4510614377350753205633
Binary100101100011011000111111111110101111011101000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254663; }

 p { color: rgb(37,70,99); }

 H1.HeaderClassName
 {
   color: #254663;
 }
 .AnyTagClassName
 {
   color: #254663;
 }
</style>
background-color css

<style>
 a { background-color: #254663; }

 a { background-color: rgb(37,70,99); }

 div.DivClassName
 {
   background-color: #254663;
 }
 .BgClassName
 {
   background-color: #254663;
 }
</style>
border-color css

<style>
 span { border-color: #254663; }

 span { border-color: rgb(37,70,99); }

 td.TdClassName
 {
   border-color: #254663;
 }
 .TagClassName
 {
   border-color: #254663;
 }
</style>