#245469

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

Shades of Chathams Blue #245469

Tints of Chathams Blue #245469

Color information

#245469 (or 0x245469) is unknown color: approx Chathams Blue. HEX triplet: 24, 54 and 69. RGB value is (36,84,105). Sum of RGB (Red+Green+Blue) = 36+84+105=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #245469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245469 is #DBAB96. Grayscale: #474747. Windows color (decimal): -14396311 or 6902820. OLE color: 6902820.

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

Color convert

RGB3684105-
CMYK0.660.2000.59
HSL198.26º48.94%27.65%-
HSV(B)198.26º65.71%41.18%-
XYZ6.457.7414.52-
YUV72.04146.6102.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=16%
G=37.33%
B=46.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36841050.660.2000.59198.2648.9427.65
Hex245469421403Bc6311c
Octal44124151102240733066134
Binary1001001010100110100110000101010001110111100011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245469; }

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

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

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

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

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

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

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

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