Html Css Color HEX #2A5451 Dark Slate Grey

📋 copy color: '#2A5451'

red 42 ◦ green 84 ◦ blue 81

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

Shades of Dark Slate Grey #2A5451

Tints of Dark Slate Grey #2A5451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 20.29%
G = 40.58%
B = 39.13%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#2A5451 (or 0x2A5451) is known color: Dark Slate Grey. HEX triplet: 2A, 54 and 51. RGB value is (42,84,81). Sum of RGB (Red+Green+Blue) = 42+84+81=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5451 is #D5ABAE. Grayscale: #474747. Windows color (decimal): -14003119 or 5329962. OLE color: 5329962.

HSL color Cylindrical-coordinate representation of color #2A5451: hue angle of 175.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A5451 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 84 81 -
CMYK 0.5 0 0.04 0.67
HSL 175.71º 0.33% 0.25% -
HSV(B) 175.71º 0.5% 0.33% -
XYZ 5.61 7.43 8.92 -
YUV 71.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 42 84 81 0.5 0 0.04 0.67 175.71 0.33 0.25
Hex 2A 54 51 32 0 4 43 B0 21 19
Octal 52 124 121 62 0 4 103 260 41 31
Binary 101010 1010100 1010001 110010 0 100 1000011 10110000 100001 11001

Color Harmonies of #2A5451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5451

Black with #2A5451

Text Example


Text Example

White with #2A5451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,84,81); }

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

background-color css

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

 a { background-color: rgb(42,84,81); }

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

border-color css

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

 span { border-color: rgb(42,84,81); }

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