Html Css Color HEX #2C5567 Chathams Blue

📋 copy color: '#2C5567'

red 44 ◦ green 85 ◦ blue 103

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

Shades of Chathams Blue #2C5567

Tints of Chathams Blue #2C5567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.4%

R = 18.97%
G = 36.64%
B = 44.4%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2C5567 (or 0x2C5567) is known color: Chathams Blue. HEX triplet: 2C, 55 and 67. RGB value is (44,85,103). Sum of RGB (Red+Green+Blue) = 44+85+103=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C5567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5567 is #D3AA98. Grayscale: #4A4A4A. Windows color (decimal): -13871769 or 6772012. OLE color: 6772012.

HSL color Cylindrical-coordinate representation of color #2C5567: hue angle of 198.31º 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 #2C5567 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 44 85 103 -
CMYK 0.57 0.17 0 0.60
HSL 198.31º 0.4% 0.29% -
HSV(B) 198.31º 0.57% 0.4% -
XYZ 6.74 8.01 14.02 -
YUV 74.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 44 85 103 0.57 0.17 0 0.60 198.31 0.4 0.29
Hex 2C 55 67 39 11 0 3C C6 28 1D
Octal 54 125 147 71 21 0 74 306 50 35
Binary 101100 1010101 1100111 111001 10001 0 111100 11000110 101000 11101

Color Harmonies of #2C5567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5567

Black with #2C5567

Text Example


Text Example

White with #2C5567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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