#245269

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

Shades of Chathams Blue #245269

Tints of Chathams Blue #245269

Color information

#245269 (or 0x245269) is unknown color: approx Chathams Blue. HEX triplet: 24, 52 and 69. RGB value is (36,82,105). Sum of RGB (Red+Green+Blue) = 36+82+105=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #245269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245269 is #DBAD96. Grayscale: #464646. Windows color (decimal): -14396823 or 6902308. OLE color: 6902308.

HSL color Cylindrical-coordinate representation of color #245269: hue angle of 200º 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 #245269 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3682105-
CMYK0.660.2200.59
HSL200º48.94%27.65%-
HSV(B)200º65.71%41.18%-
XYZ6.297.4314.47-
YUV70.87147.26103.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=16.14%
G=36.77%
B=47.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36821050.660.2200.5920048.9427.65
Hex245269421603Bc8311c
Octal44122151102260733106134
Binary1001001010010110100110000101011001110111100100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245269; }

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

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

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

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

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

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

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

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