#245169

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

Shades of Chathams Blue #245169

Tints of Chathams Blue #245169

Color information

#245169 (or 0x245169) is unknown color: approx Chathams Blue. HEX triplet: 24, 51 and 69. RGB value is (36,81,105). Sum of RGB (Red+Green+Blue) = 36+81+105=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #245169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245169 is #DBAE96. Grayscale: #464646. Windows color (decimal): -14397079 or 6902052. OLE color: 6902052.

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

Color convert

RGB3681105-
CMYK0.660.2300.59
HSL200.87º48.94%27.65%-
HSV(B)200.87º65.71%41.18%-
XYZ6.227.2814.44-
YUV70.28147.59103.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.22%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=16.22%
G=36.49%
B=47.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36811050.660.2300.59200.8748.9427.65
Hex245169421703Bc9311c
Octal44121151102270733116134
Binary1001001010001110100110000101011101110111100100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245169; }

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

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

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

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

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

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

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

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