Html Css Color HEX #245A6E Chathams Blue

📋 copy color: '#245A6E'

red 36 ◦ green 90 ◦ blue 110

#245A6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #245A6E

Tints of Chathams Blue #245A6E

RGB

 RED value IS 36 (14.45% from 255) = 15.25%

 GREEN value IS 90 (35.55% from 255) = 38.14%

 BLUE value IS 110 (43.36% from 255) = 46.61%

R = 15.25%
G = 38.14%
B = 46.61%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#245A6E (or 0x245A6E) is known color: Chathams Blue. HEX triplet: 24, 5A and 6E. RGB value is (36,90,110). Sum of RGB (Red+Green+Blue) = 36+90+110=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #245A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A6E is #DBA591. Grayscale: #4B4B4B. Windows color (decimal): -14394770 or 7232036. OLE color: 7232036.

HSL color Cylindrical-coordinate representation of color #245A6E: hue angle of 196.22º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #245A6E is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 90 110 -
CMYK 0.67 0.18 0 0.57
HSL 196.22º 0.51% 0.29% -
HSV(B) 196.22º 0.67% 0.43% -
XYZ 7.2 8.81 16.07 -
YUV 76.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 36 90 110 0.67 0.18 0 0.57 196.22 0.51 0.29
Hex 24 5A 6E 43 12 0 39 C4 33 1D
Octal 44 132 156 103 22 0 71 304 63 35
Binary 100100 1011010 1101110 1000011 10010 0 111001 11000100 110011 11101

Color Harmonies of #245A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A6E

Black with #245A6E

Text Example


Text Example

White with #245A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #245A6E;
 }
 .AnyTagClassName
 {
   color: #245A6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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