#245865

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

Shades of Chathams Blue #245865

Tints of Chathams Blue #245865

Color information

#245865 (or 0x245865) is unknown color: approx Chathams Blue. HEX triplet: 24, 58 and 65. RGB value is (36,88,101). Sum of RGB (Red+Green+Blue) = 36+88+101=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #245865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245865 is #DBA79A. Grayscale: #494949. Windows color (decimal): -14395291 or 6641700. OLE color: 6641700.

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

Color convert

RGB3688101-
CMYK0.640.1300.60
HSL192º47.45%26.86%-
HSV(B)192º64.36%39.61%-
XYZ6.578.2913.57-
YUV73.93143.27100.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=16%
G=39.11%
B=44.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36881010.640.1300.6019247.4526.86
Hex24586540D03Cc02f1b
Octal44130145100150743005733
Binary100100101100011001011000000110101111001100000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245865; }

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

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

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

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

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

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

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

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