#245669

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

Shades of Chathams Blue #245669

Tints of Chathams Blue #245669

Color information

#245669 (or 0x245669) is unknown color: approx Chathams Blue. HEX triplet: 24, 56 and 69. RGB value is (36,86,105). Sum of RGB (Red+Green+Blue) = 36+86+105=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #245669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245669 is #DBA996. Grayscale: #494949. Windows color (decimal): -14395799 or 6903332. OLE color: 6903332.

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

Color convert

RGB3686105-
CMYK0.660.1800.59
HSL196.52º48.94%27.65%-
HSV(B)196.52º65.71%41.18%-
XYZ6.618.0514.57-
YUV73.22145.94101.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=15.86%
G=37.89%
B=46.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36861050.660.1800.59196.5248.9427.65
Hex245669421203Bc5311c
Octal44126151102220733056134
Binary1001001010110110100110000101001001110111100010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245669; }

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

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

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

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

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

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

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

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