Html Css Color HEX #2C5A6E Chathams Blue

📋 copy color: '#2C5A6E'

red 44 ◦ green 90 ◦ blue 110

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

Shades of Chathams Blue #2C5A6E

Tints of Chathams Blue #2C5A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.89%

 BLUE value IS 110 (43.36% from 255) = 45.08%

R = 18.03%
G = 36.89%
B = 45.08%

CMYK

 C value IS 0.6

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2C5A6E (or 0x2C5A6E) is known color: Chathams Blue. HEX triplet: 2C, 5A and 6E. RGB value is (44,90,110). Sum of RGB (Red+Green+Blue) = 44+90+110=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C5A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5A6E is #D3A591. Grayscale: #4E4E4E. Windows color (decimal): -13870482 or 7232044. OLE color: 7232044.

HSL color Cylindrical-coordinate representation of color #2C5A6E: hue angle of 198.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C5A6E is Cyan = 0.6, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 44 90 110 -
CMYK 0.6 0.18 0 0.57
HSL 198.18º 0.43% 0.3% -
HSV(B) 198.18º 0.6% 0.43% -
XYZ 7.51 8.97 16.09 -
YUV 78.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 44 90 110 0.6 0.18 0 0.57 198.18 0.43 0.3
Hex 2C 5A 6E 3C 12 0 39 C6 2B 1E
Octal 54 132 156 74 22 0 71 306 53 36
Binary 101100 1011010 1101110 111100 10010 0 111001 11000110 101011 11110

Color Harmonies of #2C5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5A6E

Black with #2C5A6E

Text Example


Text Example

White with #2C5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,90,110); }

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

background-color css

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

 a { background-color: rgb(44,90,110); }

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

border-color css

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

 span { border-color: rgb(44,90,110); }

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