Html Css Color HEX #2E556E Chathams Blue

📋 copy color: '#2E556E'

red 46 ◦ green 85 ◦ blue 110

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

Shades of Chathams Blue #2E556E

Tints of Chathams Blue #2E556E

RGB

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

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

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

R = 19.09%
G = 35.27%
B = 45.64%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E556E (or 0x2E556E) is known color: Chathams Blue. HEX triplet: 2E, 55 and 6E. RGB value is (46,85,110). Sum of RGB (Red+Green+Blue) = 46+85+110=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E556E is #D1AA91. Grayscale: #4C4C4C. Windows color (decimal): -13740690 or 7230766. OLE color: 7230766.

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

Color convert

RGB 46 85 110 -
CMYK 0.58 0.23 0 0.57
HSL 203.44º 0.41% 0.31% -
HSV(B) 203.44º 0.58% 0.43% -
XYZ 7.19 8.2 15.96 -
YUV 76.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 46 85 110 0.58 0.23 0 0.57 203.44 0.41 0.31
Hex 2E 55 6E 3A 17 0 39 CB 29 1F
Octal 56 125 156 72 27 0 71 313 51 37
Binary 101110 1010101 1101110 111010 10111 0 111001 11001011 101001 11111

Color Harmonies of #2E556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E556E

Black with #2E556E

Text Example


Text Example

White with #2E556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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