#245964

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

Shades of Chathams Blue #245964

Tints of Chathams Blue #245964

Color information

#245964 (or 0x245964) is unknown color: approx Chathams Blue. HEX triplet: 24, 59 and 64. RGB value is (36,89,100). Sum of RGB (Red+Green+Blue) = 36+89+100=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #245964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245964 is #DBA69B. Grayscale: #4A4A4A. Windows color (decimal): -14395036 or 6576420. OLE color: 6576420.

HSL color Cylindrical-coordinate representation of color #245964: hue angle of 190.31º 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 #245964 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3689100-
CMYK0.640.1100.61
HSL190.31º47.06%26.67%-
HSV(B)190.31º64%39.22%-
XYZ6.68.4413.34-
YUV74.41142.44100.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=16%
G=39.56%
B=44.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal36891000.640.1100.61190.3147.0626.67
Hex24596440B03Dbe2f1b
Octal44131144100130752765733
Binary100100101100111001001000000101101111011011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245964; }

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

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

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

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

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

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

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

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