Html Css Color HEX #2E546D Chathams Blue

📋 copy color: '#2E546D'

red 46 ◦ green 84 ◦ blue 109

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

Shades of Chathams Blue #2E546D

Tints of Chathams Blue #2E546D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.15%

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

R = 19.25%
G = 35.15%
B = 45.61%

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

#2E546D (or 0x2E546D) is known color: Chathams Blue. HEX triplet: 2E, 54 and 6D. RGB value is (46,84,109). Sum of RGB (Red+Green+Blue) = 46+84+109=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E546D is #D1AB92. Grayscale: #4B4B4B. Windows color (decimal): -13740947 or 7164974. OLE color: 7164974.

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

Color convert

RGB 46 84 109 -
CMYK 0.58 0.23 0 0.57
HSL 203.81º 0.41% 0.3% -
HSV(B) 203.81º 0.58% 0.43% -
XYZ 7.06 8.03 15.65 -
YUV 75.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 46 84 109 0.58 0.23 0 0.57 203.81 0.41 0.3
Hex 2E 54 6D 3A 17 0 39 CC 29 1E
Octal 56 124 155 72 27 0 71 314 51 36
Binary 101110 1010100 1101101 111010 10111 0 111001 11001100 101001 11110

Color Harmonies of #2E546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E546D

Black with #2E546D

Text Example


Text Example

White with #2E546D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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