Html Css Color HEX #2C5974 Chathams Blue

📋 copy color: '#2C5974'

red 44 ◦ green 89 ◦ blue 116

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

Shades of Chathams Blue #2C5974

Tints of Chathams Blue #2C5974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

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

R = 17.67%
G = 35.74%
B = 46.59%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2C5974 (or 0x2C5974) is known color: Chathams Blue. HEX triplet: 2C, 59 and 74. RGB value is (44,89,116). Sum of RGB (Red+Green+Blue) = 44+89+116=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C5974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5974 is #D3A68B. Grayscale: #4E4E4E. Windows color (decimal): -13870732 or 7625004. OLE color: 7625004.

HSL color Cylindrical-coordinate representation of color #2C5974: hue angle of 202.5º 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 #2C5974 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 89 116 -
CMYK 0.62 0.23 0 0.55
HSL 202.5º 0.45% 0.31% -
HSV(B) 202.5º 0.62% 0.45% -
XYZ 7.76 8.94 17.84 -
YUV 78.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 44 89 116 0.62 0.23 0 0.55 202.5 0.45 0.31
Hex 2C 59 74 3E 17 0 37 CA 2D 1F
Octal 54 131 164 76 27 0 67 312 55 37
Binary 101100 1011001 1110100 111110 10111 0 110111 11001010 101101 11111

Color Harmonies of #2C5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5974

Black with #2C5974

Text Example


Text Example

White with #2C5974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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