Html Css Color HEX #2E576A Chathams Blue

📋 copy color: '#2E576A'

red 46 ◦ green 87 ◦ blue 106

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

Shades of Chathams Blue #2E576A

Tints of Chathams Blue #2E576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 106 (41.8% from 255) = 44.35%

R = 19.25%
G = 36.4%
B = 44.35%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E576A (or 0x2E576A) is known color: Chathams Blue. HEX triplet: 2E, 57 and 6A. RGB value is (46,87,106). Sum of RGB (Red+Green+Blue) = 46+87+106=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #2E576A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E576A is #D1A895. Grayscale: #4C4C4C. Windows color (decimal): -13740182 or 6969134. OLE color: 6969134.

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

Color convert

RGB 46 87 106 -
CMYK 0.57 0.18 0 0.58
HSL 199º 0.39% 0.3% -
HSV(B) 199º 0.57% 0.42% -
XYZ 7.14 8.44 14.89 -
YUV 76.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 46 87 106 0.57 0.18 0 0.58 199 0.39 0.3
Hex 2E 57 6A 39 12 0 3A C7 27 1E
Octal 56 127 152 71 22 0 72 307 47 36
Binary 101110 1010111 1101010 111001 10010 0 111010 11000111 100111 11110

Color Harmonies of #2E576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E576A

Black with #2E576A

Text Example


Text Example

White with #2E576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,87,106); }

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

background-color css

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

 a { background-color: rgb(46,87,106); }

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

border-color css

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

 span { border-color: rgb(46,87,106); }

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