Html Css Color HEX #245C6A Chathams Blue

📋 copy color: '#245C6A'

red 36 ◦ green 92 ◦ blue 106

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

Shades of Chathams Blue #245C6A

Tints of Chathams Blue #245C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.32%

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 15.38%
G = 39.32%
B = 45.3%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#245C6A (or 0x245C6A) is known color: Chathams Blue. HEX triplet: 24, 5C and 6A. RGB value is (36,92,106). Sum of RGB (Red+Green+Blue) = 36+92+106=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #245C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C6A is #DBA395. Grayscale: #4C4C4C. Windows color (decimal): -14394262 or 6970404. OLE color: 6970404.

HSL color Cylindrical-coordinate representation of color #245C6A: hue angle of 192º degrees, saturation: 0.49, 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 #245C6A is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 92 106 -
CMYK 0.66 0.13 0 0.58
HSL 192º 0.49% 0.28% -
HSV(B) 192º 0.66% 0.42% -
XYZ 7.16 9.07 15.01 -
YUV 76.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 36 92 106 0.66 0.13 0 0.58 192 0.49 0.28
Hex 24 5C 6A 42 D 0 3A C0 31 1C
Octal 44 134 152 102 15 0 72 300 61 34
Binary 100100 1011100 1101010 1000010 1101 0 111010 11000000 110001 11100

Color Harmonies of #245C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C6A

Black with #245C6A

Text Example


Text Example

White with #245C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,92,106); }

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

background-color css

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

 a { background-color: rgb(36,92,106); }

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

border-color css

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

 span { border-color: rgb(36,92,106); }

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