Html Css Color HEX #2A504D Dark Slate Grey

📋 copy color: '#2A504D'

red 42 ◦ green 80 ◦ blue 77

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

Shades of Dark Slate Grey #2A504D

Tints of Dark Slate Grey #2A504D

RGB

 RED value IS 42 (16.8% from 255) = 21.11%

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 21.11%
G = 40.2%
B = 38.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#2A504D (or 0x2A504D) is known color: 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.48%. 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

RGB 42 80 77 -
CMYK 0.48 0 0.04 0.69
HSL 175.26º 0.31% 0.24% -
HSV(B) 175.26º 0.48% 0.31% -
XYZ 5.16 6.77 8.05 -
YUV 68.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 42 80 77 0.48 0 0.04 0.69 175.26 0.31 0.24
Hex 2A 50 4D 30 0 4 45 AF 1F 18
Octal 52 120 115 60 0 4 105 257 37 30
Binary 101010 1010000 1001101 110000 0 100 1000101 10101111 11111 11000

Color Harmonies of #2A504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A504D

Black with #2A504D

Text Example


Text Example

White with #2A504D

Text Example


Text Example

HTML Codes & Css Web 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>