#254F6B

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

Shades of Chathams Blue #254F6B

Tints of Chathams Blue #254F6B

Color information

#254F6B (or 0x254F6B) is unknown color: approx Chathams Blue. HEX triplet: 25, 4F and 6B. RGB value is (37,79,107). Sum of RGB (Red+Green+Blue) = 37+79+107=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #254F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F6B is #DAB094. Grayscale: #454545. Windows color (decimal): -14332053 or 7032613. OLE color: 7032613.

HSL color Cylindrical-coordinate representation of color #254F6B: hue angle of 204º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #254F6B is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3779107-
CMYK0.650.2600.58
HSL204º48.61%28.24%-
HSV(B)204º65.42%41.96%-
XYZ6.217.0514.94-
YUV69.63149.09104.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=16.59%
G=35.43%
B=47.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37791070.650.2600.5820448.6128.24
Hex254F6B411A03Acc311c
Octal45117153101320723146134
Binary1001011001111110101110000011101001110101100110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254F6B; }

 p { color: rgb(37,79,107); }

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

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

 a { background-color: rgb(37,79,107); }

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

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

 span { border-color: rgb(37,79,107); }

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