#245A6B

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

Shades of Chathams Blue #245A6B

Tints of Chathams Blue #245A6B

Color information

#245A6B (or 0x245A6B) is unknown color: approx Chathams Blue. HEX triplet: 24, 5A and 6B. RGB value is (36,90,107). Sum of RGB (Red+Green+Blue) = 36+90+107=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #245A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A6B is #DBA594. Grayscale: #4B4B4B. Windows color (decimal): -14394773 or 7035428. OLE color: 7035428.

HSL color Cylindrical-coordinate representation of color #245A6B: hue angle of 194.37º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245A6B is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3690107-
CMYK0.660.1600.58
HSL194.37º49.65%28.04%-
HSV(B)194.37º66.36%41.96%-
XYZ7.048.7515.23-
YUV75.79145.6199.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.45%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=15.45%
G=38.63%
B=45.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36901070.660.1600.58194.3749.6528.04
Hex245A6B421003Ac2321c
Octal44132153102200723026234
Binary1001001011010110101110000101000001110101100001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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