Html Css Color HEX #245C66 Chathams Blue

📋 copy color: '#245C66'

red 36 ◦ green 92 ◦ blue 102

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

Shades of Chathams Blue #245C66

Tints of Chathams Blue #245C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.35%

R = 15.65%
G = 40%
B = 44.35%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#245C66 (or 0x245C66) is known color: Chathams Blue. HEX triplet: 24, 5C and 66. RGB value is (36,92,102). Sum of RGB (Red+Green+Blue) = 36+92+102=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #245C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C66 is #DBA399. Grayscale: #4C4C4C. Windows color (decimal): -14394266 or 6708260. OLE color: 6708260.

HSL color Cylindrical-coordinate representation of color #245C66: hue angle of 189.09º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245C66 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 36 92 102 -
CMYK 0.65 0.10 0 0.6
HSL 189.09º 0.48% 0.27% -
HSV(B) 189.09º 0.65% 0.4% -
XYZ 6.95 8.99 13.94 -
YUV 76.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 36 92 102 0.65 0.10 0 0.6 189.09 0.48 0.27
Hex 24 5C 66 41 A 0 3C BD 30 1B
Octal 44 134 146 101 12 0 74 275 60 33
Binary 100100 1011100 1100110 1000001 1010 0 111100 10111101 110000 11011

Color Harmonies of #245C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C66

Black with #245C66

Text Example


Text Example

White with #245C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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