#2D4B50

Color #2D4B50 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #2D4B50

Tints of Dark Slate Grey #2D4B50

Color information

#2D4B50 (or 0x2D4B50) is unknown color: approx Dark Slate Grey. HEX triplet: 2D, 4B and 50. RGB value is (45,75,80). Sum of RGB (Red+Green+Blue) = 45+75+80=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D4B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4B50 is #D2B4AF. Grayscale: #424242. Windows color (decimal): -13808816 or 5262125. OLE color: 5262125.

HSL color Cylindrical-coordinate representation of color #2D4B50: hue angle of 188.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D4B50 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB457580-
CMYK0.440.0600.69
HSL188.57º28%24.51%-
HSV(B)188.57º43.75%31.37%-
XYZ5.056.178.51-
YUV66.6135.56112.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.5%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 40%
R=22.5%
G=37.5%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4575800.440.0600.69188.572824.51
Hex2D4B502C6045bd1c19
Octal5511312054601052753431
Binary1011011001011101000010110011001000101101111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,75,80); }

 H1.HeaderClassName
 {
   color: #2D4B50;
 }
 .AnyTagClassName
 {
   color: #2D4B50;
 }
</style>
background-color css

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

 a { background-color: rgb(45,75,80); }

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

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

 span { border-color: rgb(45,75,80); }

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