Html Css Color HEX #245A6C Chathams Blue

📋 copy color: '#245A6C'

red 36 ◦ green 90 ◦ blue 108

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

Shades of Chathams Blue #245A6C

Tints of Chathams Blue #245A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 15.38%
G = 38.46%
B = 46.15%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#245A6C (or 0x245A6C) is known color: Chathams Blue. HEX triplet: 24, 5A and 6C. RGB value is (36,90,108). Sum of RGB (Red+Green+Blue) = 36+90+108=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #245A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A6C is #DBA593. Grayscale: #4B4B4B. Windows color (decimal): -14394772 or 7100964. OLE color: 7100964.

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

Color convert

RGB 36 90 108 -
CMYK 0.67 0.17 0 0.58
HSL 195º 0.5% 0.28% -
HSV(B) 195º 0.67% 0.42% -
XYZ 7.09 8.77 15.51 -
YUV 75.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 36 90 108 0.67 0.17 0 0.58 195 0.5 0.28
Hex 24 5A 6C 43 11 0 3A C3 32 1C
Octal 44 132 154 103 21 0 72 303 62 34
Binary 100100 1011010 1101100 1000011 10001 0 111010 11000011 110010 11100

Color Harmonies of #245A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A6C

Black with #245A6C

Text Example


Text Example

White with #245A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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