Html Css Color HEX #2C5869 Chathams Blue

📋 copy color: '#2C5869'

red 44 ◦ green 88 ◦ blue 105

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

Shades of Chathams Blue #2C5869

Tints of Chathams Blue #2C5869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 18.57%
G = 37.13%
B = 44.3%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C5869 (or 0x2C5869) is known color: Chathams Blue. HEX triplet: 2C, 58 and 69. RGB value is (44,88,105). Sum of RGB (Red+Green+Blue) = 44+88+105=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C5869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5869 is #D3A796. Grayscale: #4C4C4C. Windows color (decimal): -13870999 or 6903852. OLE color: 6903852.

HSL color Cylindrical-coordinate representation of color #2C5869: hue angle of 196.72º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C5869 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 44 88 105 -
CMYK 0.58 0.16 0 0.59
HSL 196.72º 0.41% 0.29% -
HSV(B) 196.72º 0.58% 0.41% -
XYZ 7.08 8.53 14.64 -
YUV 76.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 44 88 105 0.58 0.16 0 0.59 196.72 0.41 0.29
Hex 2C 58 69 3A 10 0 3B C5 29 1D
Octal 54 130 151 72 20 0 73 305 51 35
Binary 101100 1011000 1101001 111010 10000 0 111011 11000101 101001 11101

Color Harmonies of #2C5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5869

Black with #2C5869

Text Example


Text Example

White with #2C5869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,88,105); }

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

background-color css

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

 a { background-color: rgb(44,88,105); }

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

border-color css

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

 span { border-color: rgb(44,88,105); }

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