Html Css Color HEX #2E596D Chathams Blue

📋 copy color: '#2E596D'

red 46 ◦ green 89 ◦ blue 109

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

Shades of Chathams Blue #2E596D

Tints of Chathams Blue #2E596D

RGB

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

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

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

R = 18.85%
G = 36.48%
B = 44.67%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E596D (or 0x2E596D) is known color: Chathams Blue. HEX triplet: 2E, 59 and 6D. RGB value is (46,89,109). Sum of RGB (Red+Green+Blue) = 46+89+109=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E596D is #D1A692. Grayscale: #4E4E4E. Windows color (decimal): -13739667 or 7166254. OLE color: 7166254.

HSL color Cylindrical-coordinate representation of color #2E596D: hue angle of 199.05º 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 #2E596D is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 89 109 -
CMYK 0.58 0.18 0 0.57
HSL 199.05º 0.41% 0.3% -
HSV(B) 199.05º 0.58% 0.43% -
XYZ 7.46 8.83 15.78 -
YUV 78.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 46 89 109 0.58 0.18 0 0.57 199.05 0.41 0.3
Hex 2E 59 6D 3A 12 0 39 C7 29 1E
Octal 56 131 155 72 22 0 71 307 51 36
Binary 101110 1011001 1101101 111010 10010 0 111001 11000111 101001 11110

Color Harmonies of #2E596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E596D

Black with #2E596D

Text Example


Text Example

White with #2E596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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