#245C6B

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

Shades of Chathams Blue #245C6B

Tints of Chathams Blue #245C6B

Color information

#245C6B (or 0x245C6B) is unknown color: approx Chathams Blue. HEX triplet: 24, 5C and 6B. RGB value is (36,92,107). Sum of RGB (Red+Green+Blue) = 36+92+107=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #245C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C6B is #DBA394. Grayscale: #4C4C4C. Windows color (decimal): -14394261 or 7035940. OLE color: 7035940.

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

Color convert

RGB3692107-
CMYK0.660.1400.58
HSL192.68º49.65%28.04%-
HSV(B)192.68º66.36%41.96%-
XYZ7.219.0915.28-
YUV76.97144.9598.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.32%
GREEN value IS 92 (36.33% from 255) = 39.15%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=15.32%
G=39.15%
B=45.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36921070.660.1400.58192.6849.6528.04
Hex245C6B42E03Ac1321c
Octal44134153102160723016234
Binary100100101110011010111000010111001110101100000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,92,107); }

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

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

 a { background-color: rgb(36,92,107); }

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

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

 span { border-color: rgb(36,92,107); }

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