Html Css Color HEX #2C5D77 Chathams Blue

📋 copy color: '#2C5D77'

red 44 ◦ green 93 ◦ blue 119

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

Shades of Chathams Blue #2C5D77

Tints of Chathams Blue #2C5D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 17.19%
G = 36.33%
B = 46.48%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C5D77 (or 0x2C5D77) is known color: Chathams Blue. HEX triplet: 2C, 5D and 77. RGB value is (44,93,119). Sum of RGB (Red+Green+Blue) = 44+93+119=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C5D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5D77 is #D3A288. Grayscale: #515151. Windows color (decimal): -13869705 or 7822636. OLE color: 7822636.

HSL color Cylindrical-coordinate representation of color #2C5D77: hue angle of 200.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C5D77 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 93 119 -
CMYK 0.63 0.22 0 0.53
HSL 200.8º 0.46% 0.32% -
HSV(B) 200.8º 0.63% 0.47% -
XYZ 8.28 9.7 18.89 -
YUV 81.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 44 93 119 0.63 0.22 0 0.53 200.8 0.46 0.32
Hex 2C 5D 77 3F 16 0 35 C9 2E 20
Octal 54 135 167 77 26 0 65 311 56 40
Binary 101100 1011101 1110111 111111 10110 0 110101 11001001 101110 100000

Color Harmonies of #2C5D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5D77

Black with #2C5D77

Text Example


Text Example

White with #2C5D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,93,119); }

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

background-color css

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

 a { background-color: rgb(44,93,119); }

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

border-color css

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

 span { border-color: rgb(44,93,119); }

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