Html Css Color HEX #2C5874 Chathams Blue

📋 copy color: '#2C5874'

red 44 ◦ green 88 ◦ blue 116

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

Shades of Chathams Blue #2C5874

Tints of Chathams Blue #2C5874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.77%

R = 17.74%
G = 35.48%
B = 46.77%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2C5874 (or 0x2C5874) is known color: Chathams Blue. HEX triplet: 2C, 58 and 74. RGB value is (44,88,116). Sum of RGB (Red+Green+Blue) = 44+88+116=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C5874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5874 is #D3A78B. Grayscale: #4D4D4D. Windows color (decimal): -13870988 or 7624748. OLE color: 7624748.

HSL color Cylindrical-coordinate representation of color #2C5874: hue angle of 203.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C5874 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 88 116 -
CMYK 0.62 0.24 0 0.55
HSL 203.33º 0.45% 0.31% -
HSV(B) 203.33º 0.62% 0.45% -
XYZ 7.68 8.78 17.81 -
YUV 78.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 44 88 116 0.62 0.24 0 0.55 203.33 0.45 0.31
Hex 2C 58 74 3E 18 0 37 CB 2D 1F
Octal 54 130 164 76 30 0 67 313 55 37
Binary 101100 1011000 1110100 111110 11000 0 110111 11001011 101101 11111

Color Harmonies of #2C5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5874

Black with #2C5874

Text Example


Text Example

White with #2C5874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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