Html Css Color HEX #2E556D Chathams Blue

📋 copy color: '#2E556D'

red 46 ◦ green 85 ◦ blue 109

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

Shades of Chathams Blue #2E556D

Tints of Chathams Blue #2E556D

RGB

 RED value IS 46 (18.36% from 255) = 19.17%

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

 BLUE value IS 109 (42.97% from 255) = 45.42%

R = 19.17%
G = 35.42%
B = 45.42%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E556D (or 0x2E556D) is known color: Chathams Blue. HEX triplet: 2E, 55 and 6D. RGB value is (46,85,109). Sum of RGB (Red+Green+Blue) = 46+85+109=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E556D is #D1AA92. Grayscale: #4B4B4B. Windows color (decimal): -13740691 or 7165230. OLE color: 7165230.

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

Color convert

RGB 46 85 109 -
CMYK 0.58 0.22 0 0.57
HSL 202.86º 0.41% 0.3% -
HSV(B) 202.86º 0.58% 0.43% -
XYZ 7.14 8.18 15.67 -
YUV 76.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 46 85 109 0.58 0.22 0 0.57 202.86 0.41 0.3
Hex 2E 55 6D 3A 16 0 39 CB 29 1E
Octal 56 125 155 72 26 0 71 313 51 36
Binary 101110 1010101 1101101 111010 10110 0 111001 11001011 101001 11110

Color Harmonies of #2E556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E556D

Black with #2E556D

Text Example


Text Example

White with #2E556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,109); }

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

background-color css

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

 a { background-color: rgb(46,85,109); }

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

border-color css

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

 span { border-color: rgb(46,85,109); }

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