#254864

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

Shades of Arapawa #254864

Tints of Arapawa #254864

Color information

#254864 (or 0x254864) is unknown color: approx Arapawa. HEX triplet: 25, 48 and 64. RGB value is (37,72,100). Sum of RGB (Red+Green+Blue) = 37+72+100=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #254864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254864 is #DAB79B. Grayscale: #404040. Windows color (decimal): -14333852 or 6572069. OLE color: 6572069.

HSL color Cylindrical-coordinate representation of color #254864: hue angle of 206.67º 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 #254864 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3772100-
CMYK0.630.2800.61
HSL206.67º45.99%26.86%-
HSV(B)206.67º63%39.22%-
XYZ5.385.9512.92-
YUV64.73147.9108.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 100 (39.45% from 255) = 47.85%
R=17.70%
G=34.45%
B=47.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37721000.630.2800.61206.6745.9926.86
Hex2548643F1C03Dcf2e1b
Octal4511014477340753175633
Binary100101100100011001001111111110001111011100111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254864; }

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

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

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

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

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

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

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

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