#254861

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

Shades of Arapawa #254861

Tints of Arapawa #254861

Color information

#254861 (or 0x254861) is unknown color: approx Arapawa. HEX triplet: 25, 48 and 61. RGB value is (37,72,97). Sum of RGB (Red+Green+Blue) = 37+72+97=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #254861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254861 is #DAB79E. Grayscale: #404040. Windows color (decimal): -14333855 or 6375461. OLE color: 6375461.

HSL color Cylindrical-coordinate representation of color #254861: hue angle of 205º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #254861 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB377297-
CMYK0.620.2600.62
HSL205º44.78%26.27%-
HSV(B)205º61.86%38.04%-
XYZ5.245.8912.17-
YUV64.38146.4108.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=17.96%
G=34.95%
B=47.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3772970.620.2600.6220544.7826.27
Hex2548613E1A03Ecd2d1a
Octal4511014176320763155532
Binary100101100100011000011111101101001111101100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254861; }

 p { color: rgb(37,72,97); }

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

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

 a { background-color: rgb(37,72,97); }

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

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

 span { border-color: rgb(37,72,97); }

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