#245869

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

Shades of Chathams Blue #245869

Tints of Chathams Blue #245869

Color information

#245869 (or 0x245869) is unknown color: approx Chathams Blue. HEX triplet: 24, 58 and 69. RGB value is (36,88,105). Sum of RGB (Red+Green+Blue) = 36+88+105=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #245869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245869 is #DBA796. Grayscale: #4A4A4A. Windows color (decimal): -14395287 or 6903844. OLE color: 6903844.

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

Color convert

RGB3688105-
CMYK0.660.1600.59
HSL194.78º48.94%27.65%-
HSV(B)194.78º65.71%41.18%-
XYZ6.778.3714.62-
YUV74.39145.27100.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.72%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=15.72%
G=38.43%
B=45.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36881050.660.1600.59194.7848.9427.65
Hex245869421003Bc3311c
Octal44130151102200733036134
Binary1001001011000110100110000101000001110111100001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245869; }

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

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

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

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

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

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

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

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