#245864

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

Shades of Chathams Blue #245864

Tints of Chathams Blue #245864

Color information

#245864 (or 0x245864) is unknown color: approx Chathams Blue. HEX triplet: 24, 58 and 64. RGB value is (36,88,100). Sum of RGB (Red+Green+Blue) = 36+88+100=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #245864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245864 is #DBA79B. Grayscale: #494949. Windows color (decimal): -14395292 or 6576164. OLE color: 6576164.

HSL color Cylindrical-coordinate representation of color #245864: hue angle of 191.25º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245864 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3688100-
CMYK0.640.1200.61
HSL191.25º47.06%26.67%-
HSV(B)191.25º64%39.22%-
XYZ6.528.2713.31-
YUV73.82142.77101.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 100 (39.45% from 255) = 44.64%
R=16.07%
G=39.29%
B=44.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal36881000.640.1200.61191.2547.0626.67
Hex24586440C03Dbf2f1b
Octal44130144100140752775733
Binary100100101100011001001000000110001111011011111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245864; }

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

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

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

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

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

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

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

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