Html Css Color HEX #2E4C50 Dark Slate Grey

📋 copy color: '#2E4C50'

red 46 ◦ green 76 ◦ blue 80

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

Shades of Dark Slate Grey #2E4C50

Tints of Dark Slate Grey #2E4C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.62%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 22.77%
G = 37.62%
B = 39.6%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E4C50 (or 0x2E4C50) is known color: Dark Slate Grey. HEX triplet: 2E, 4C and 50. RGB value is (46,76,80). Sum of RGB (Red+Green+Blue) = 46+76+80=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4C50 is #D1B3AF. Grayscale: #434343. Windows color (decimal): -13743024 or 5262382. OLE color: 5262382.

HSL color Cylindrical-coordinate representation of color #2E4C50: hue angle of 187.06º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4C50 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 76 80 -
CMYK 0.42 0.05 0 0.69
HSL 187.06º 0.27% 0.25% -
HSV(B) 187.06º 0.43% 0.31% -
XYZ 5.16 6.33 8.54 -
YUV 67.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 46 76 80 0.42 0.05 0 0.69 187.06 0.27 0.25
Hex 2E 4C 50 2A 5 0 45 BB 1B 19
Octal 56 114 120 52 5 0 105 273 33 31
Binary 101110 1001100 1010000 101010 101 0 1000101 10111011 11011 11001

Color Harmonies of #2E4C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C50

Black with #2E4C50

Text Example


Text Example

White with #2E4C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,76,80); }

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

background-color css

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

 a { background-color: rgb(46,76,80); }

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

border-color css

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

 span { border-color: rgb(46,76,80); }

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