Html Css Color HEX #2E536D Chathams Blue

📋 copy color: '#2E536D'

red 46 ◦ green 83 ◦ blue 109

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

Shades of Chathams Blue #2E536D

Tints of Chathams Blue #2E536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

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

R = 19.33%
G = 34.87%
B = 45.8%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E536D (or 0x2E536D) is known color: Chathams Blue. HEX triplet: 2E, 53 and 6D. RGB value is (46,83,109). Sum of RGB (Red+Green+Blue) = 46+83+109=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E536D is #D1AC92. Grayscale: #4A4A4A. Windows color (decimal): -13741203 or 7164718. OLE color: 7164718.

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

Color convert

RGB 46 83 109 -
CMYK 0.58 0.24 0 0.57
HSL 204.76º 0.41% 0.3% -
HSV(B) 204.76º 0.58% 0.43% -
XYZ 6.98 7.87 15.62 -
YUV 74.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 46 83 109 0.58 0.24 0 0.57 204.76 0.41 0.3
Hex 2E 53 6D 3A 18 0 39 CD 29 1E
Octal 56 123 155 72 30 0 71 315 51 36
Binary 101110 1010011 1101101 111010 11000 0 111001 11001101 101001 11110

Color Harmonies of #2E536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E536D

Black with #2E536D

Text Example


Text Example

White with #2E536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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