Html Css Color HEX #2E586B Chathams Blue

📋 copy color: '#2E586B'

red 46 ◦ green 88 ◦ blue 107

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

Shades of Chathams Blue #2E586B

Tints of Chathams Blue #2E586B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 19.09%
G = 36.51%
B = 44.4%

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

#2E586B (or 0x2E586B) is known color: Chathams Blue. HEX triplet: 2E, 58 and 6B. RGB value is (46,88,107). Sum of RGB (Red+Green+Blue) = 46+88+107=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E586B is #D1A794. Grayscale: #4D4D4D. Windows color (decimal): -13739925 or 7034926. OLE color: 7034926.

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

Color convert

RGB 46 88 107 -
CMYK 0.57 0.18 0 0.58
HSL 198.69º 0.4% 0.3% -
HSV(B) 198.69º 0.57% 0.42% -
XYZ 7.27 8.62 15.19 -
YUV 77.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 46 88 107 0.57 0.18 0 0.58 198.69 0.4 0.3
Hex 2E 58 6B 39 12 0 3A C7 28 1E
Octal 56 130 153 71 22 0 72 307 50 36
Binary 101110 1011000 1101011 111001 10010 0 111010 11000111 101000 11110

Color Harmonies of #2E586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E586B

Black with #2E586B

Text Example


Text Example

White with #2E586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,88,107); }

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

background-color css

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

 a { background-color: rgb(46,88,107); }

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

border-color css

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

 span { border-color: rgb(46,88,107); }

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