#245D69

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

Shades of Chathams Blue #245D69

Tints of Chathams Blue #245D69

Color information

#245D69 (or 0x245D69) is unknown color: approx Chathams Blue. HEX triplet: 24, 5D and 69. RGB value is (36,93,105). Sum of RGB (Red+Green+Blue) = 36+93+105=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #245D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D69 is #DBA296. Grayscale: #4D4D4D. Windows color (decimal): -14394007 or 6905124. OLE color: 6905124.

HSL color Cylindrical-coordinate representation of color #245D69: hue angle of 190.43º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245D69 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3693105-
CMYK0.660.1100.59
HSL190.43º48.94%27.65%-
HSV(B)190.43º65.71%41.18%-
XYZ7.199.2214.77-
YUV77.32143.6298.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.38%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=15.38%
G=39.74%
B=44.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36931050.660.1100.59190.4348.9427.65
Hex245D6942B03Bbe311c
Octal44135151102130732766134
Binary100100101110111010011000010101101110111011111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,93,105); }

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

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

 a { background-color: rgb(36,93,105); }

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

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

 span { border-color: rgb(36,93,105); }

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