#255472

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

Shades of Chathams Blue #255472

Tints of Chathams Blue #255472

Color information

#255472 (or 0x255472) is unknown color: approx Chathams Blue. HEX triplet: 25, 54 and 72. RGB value is (37,84,114). Sum of RGB (Red+Green+Blue) = 37+84+114=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #255472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255472 is #DAAB8D. Grayscale: #494949. Windows color (decimal): -14330766 or 7492645. OLE color: 7492645.

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

Color convert

RGB3784114-
CMYK0.680.2600.55
HSL203.38º50.99%29.61%-
HSV(B)203.38º67.54%44.71%-
XYZ6.977.9517.09-
YUV73.37150.93102.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=15.74%
G=35.74%
B=48.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37841140.680.2600.55203.3850.9929.61
Hex255472441A037cb331e
Octal45124162104320673136336
Binary1001011010100111001010001001101001101111100101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255472; }

 p { color: rgb(37,84,114); }

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

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

 a { background-color: rgb(37,84,114); }

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

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

 span { border-color: rgb(37,84,114); }

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