Html Css Color HEX #2F5154 Dark Slate Grey

📋 copy color: '#2F5154'

red 47 ◦ green 81 ◦ blue 84

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

Shades of Dark Slate Grey #2F5154

Tints of Dark Slate Grey #2F5154

RGB

 RED value IS 47 (18.75% from 255) = 22.17%

 GREEN value IS 81 (32.03% from 255) = 38.21%

 BLUE value IS 84 (33.2% from 255) = 39.62%

R = 22.17%
G = 38.21%
B = 39.62%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2F5154 (or 0x2F5154) is known color: Dark Slate Grey. HEX triplet: 2F, 51 and 54. RGB value is (47,81,84). Sum of RGB (Red+Green+Blue) = 47+81+84=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #2F5154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5154 is #D0AEAB. Grayscale: #474747. Windows color (decimal): -13676204 or 5525807. OLE color: 5525807.

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

Color convert

RGB 47 81 84 -
CMYK 0.44 0.04 0 0.67
HSL 184.86º 0.28% 0.26% -
HSV(B) 184.86º 0.44% 0.33% -
XYZ 5.71 7.13 9.46 -
YUV 71.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 47 81 84 0.44 0.04 0 0.67 184.86 0.28 0.26
Hex 2F 51 54 2C 4 0 43 B9 1C 1A
Octal 57 121 124 54 4 0 103 271 34 32
Binary 101111 1010001 1010100 101100 100 0 1000011 10111001 11100 11010

Color Harmonies of #2F5154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5154

Black with #2F5154

Text Example


Text Example

White with #2F5154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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