#245B6C

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

Shades of Chathams Blue #245B6C

Tints of Chathams Blue #245B6C

Color information

#245B6C (or 0x245B6C) is unknown color: approx Chathams Blue. HEX triplet: 24, 5B and 6C. RGB value is (36,91,108). Sum of RGB (Red+Green+Blue) = 36+91+108=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #245B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B6C is #DBA493. Grayscale: #4C4C4C. Windows color (decimal): -14394516 or 7101220. OLE color: 7101220.

HSL color Cylindrical-coordinate representation of color #245B6C: hue angle of 194.17º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #245B6C is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3691108-
CMYK0.670.1600.58
HSL194.17º50%28.24%-
HSV(B)194.17º66.67%42.35%-
XYZ7.188.9415.53-
YUV76.49145.7899.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.32%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=15.32%
G=38.72%
B=45.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36911080.670.1600.58194.175028.24
Hex245B6C431003Ac2321c
Octal44133154103200723026234
Binary1001001011011110110010000111000001110101100001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245B6C; }

 p { color: rgb(36,91,108); }

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

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

 a { background-color: rgb(36,91,108); }

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

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

 span { border-color: rgb(36,91,108); }

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