Html Css Color HEX #2C5566 Chathams Blue

📋 copy color: '#2C5566'

red 44 ◦ green 85 ◦ blue 102

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

Shades of Chathams Blue #2C5566

Tints of Chathams Blue #2C5566

RGB

 RED value IS 44 (17.58% from 255) = 19.05%

 GREEN value IS 85 (33.59% from 255) = 36.8%

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

R = 19.05%
G = 36.8%
B = 44.16%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2C5566 (or 0x2C5566) is known color: Chathams Blue. HEX triplet: 2C, 55 and 66. RGB value is (44,85,102). Sum of RGB (Red+Green+Blue) = 44+85+102=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C5566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5566 is #D3AA99. Grayscale: #4A4A4A. Windows color (decimal): -13871770 or 6706476. OLE color: 6706476.

HSL color Cylindrical-coordinate representation of color #2C5566: hue angle of 197.59º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C5566 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 44 85 102 -
CMYK 0.57 0.17 0 0.6
HSL 197.59º 0.4% 0.29% -
HSV(B) 197.59º 0.57% 0.4% -
XYZ 6.69 7.99 13.76 -
YUV 74.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 44 85 102 0.57 0.17 0 0.6 197.59 0.4 0.29
Hex 2C 55 66 39 11 0 3C C6 28 1D
Octal 54 125 146 71 21 0 74 306 50 35
Binary 101100 1010101 1100110 111001 10001 0 111100 11000110 101000 11101

Color Harmonies of #2C5566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5566

Black with #2C5566

Text Example


Text Example

White with #2C5566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C5566; }

 p { color: rgb(44,85,102); }

 H1.HeaderClassName
 {
   color: #2C5566;
 }
 .AnyTagClassName
 {
   color: #2C5566;
 }
</style>

background-color css

<style>
 a { background-color: #2C5566; }

 a { background-color: rgb(44,85,102); }

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

border-color css

<style>
 span { border-color: #2C5566; }

 span { border-color: rgb(44,85,102); }

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