Html Css Color HEX #2F5359 Dark Slate Grey

📋 copy color: '#2F5359'

red 47 ◦ green 83 ◦ blue 89

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

Shades of Dark Slate Grey #2F5359

Tints of Dark Slate Grey #2F5359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 21.46%
G = 37.9%
B = 40.64%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F5359 (or 0x2F5359) is known color: Dark Slate Grey. HEX triplet: 2F, 53 and 59. RGB value is (47,83,89). Sum of RGB (Red+Green+Blue) = 47+83+89=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F5359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5359 is #D0ACA6. Grayscale: #484848. Windows color (decimal): -13675687 or 5853999. OLE color: 5853999.

HSL color Cylindrical-coordinate representation of color #2F5359: hue angle of 188.57º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5359 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 83 89 -
CMYK 0.47 0.07 0 0.65
HSL 188.57º 0.31% 0.27% -
HSV(B) 188.57º 0.47% 0.35% -
XYZ 6.07 7.51 10.58 -
YUV 72.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 47 83 89 0.47 0.07 0 0.65 188.57 0.31 0.27
Hex 2F 53 59 2F 7 0 41 BD 1F 1B
Octal 57 123 131 57 7 0 101 275 37 33
Binary 101111 1010011 1011001 101111 111 0 1000001 10111101 11111 11011

Color Harmonies of #2F5359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5359

Black with #2F5359

Text Example


Text Example

White with #2F5359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,83,89); }

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

background-color css

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

 a { background-color: rgb(47,83,89); }

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

border-color css

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

 span { border-color: rgb(47,83,89); }

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