#245A68

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

Shades of Chathams Blue #245A68

Tints of Chathams Blue #245A68

Color information

#245A68 (or 0x245A68) is unknown color: approx Chathams Blue. HEX triplet: 24, 5A and 68. RGB value is (36,90,104). Sum of RGB (Red+Green+Blue) = 36+90+104=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #245A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A68 is #DBA597. Grayscale: #4B4B4B. Windows color (decimal): -14394776 or 6838820. OLE color: 6838820.

HSL color Cylindrical-coordinate representation of color #245A68: hue angle of 192.35º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245A68 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3690104-
CMYK0.650.1300.59
HSL192.35º48.57%27.45%-
HSV(B)192.35º65.38%40.78%-
XYZ6.888.6914.41-
YUV75.45144.1199.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.65%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=15.65%
G=39.13%
B=45.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36901040.650.1300.59192.3548.5727.45
Hex245A6841D03Bc0311b
Octal44132150101150733006133
Binary100100101101011010001000001110101110111100000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245A68; }

 p { color: rgb(36,90,104); }

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

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

 a { background-color: rgb(36,90,104); }

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

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

 span { border-color: rgb(36,90,104); }

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