#2A504D

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

Shades of Dark Slate Grey #2A504D

Tints of Dark Slate Grey #2A504D

Color information

#2A504D (or 0x2A504D) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 50 and 4D. RGB value is (42,80,77). Sum of RGB (Red+Green+Blue) = 42+80+77=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #2A504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A504D is #D5AFB2. Grayscale: #444444. Windows color (decimal): -14004147 or 5066794. OLE color: 5066794.

HSL color Cylindrical-coordinate representation of color #2A504D: hue angle of 175.26º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A504D is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB428077-
CMYK0.4800.040.69
HSL175.26º31.15%23.92%-
HSV(B)175.26º47.5%31.37%-
XYZ5.166.778.05-
YUV68.3132.91109.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.11%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=21.11%
G=40.20%
B=38.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280770.4800.040.69175.2631.1523.92
Hex2A504D300445af1f18
Octal5212011560041052573730
Binary1010101010000100110111000001001000101101011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,77); }

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

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

 a { background-color: rgb(42,80,77); }

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

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

 span { border-color: rgb(42,80,77); }

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