Html Css Color HEX #345051 Dark Slate Grey

📋 copy color: '#345051'

red 52 ◦ green 80 ◦ blue 81

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

Shades of Dark Slate Grey #345051

Tints of Dark Slate Grey #345051

RGB

 RED value IS 52 (20.7% from 255) = 24.41%

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

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

R = 24.41%
G = 37.56%
B = 38.03%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#345051 (or 0x345051) is known color: Dark Slate Grey. HEX triplet: 34, 50 and 51. RGB value is (52,80,81). Sum of RGB (Red+Green+Blue) = 52+80+81=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 81 - color contains mainly: blue. Hex color #345051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345051 is #CBAFAE. Grayscale: #474747. Windows color (decimal): -13348783 or 5328948. OLE color: 5328948.

HSL color Cylindrical-coordinate representation of color #345051: hue angle of 182.07º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345051 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 80 81 -
CMYK 0.36 0.01 0 0.68
HSL 182.07º 0.22% 0.26% -
HSV(B) 182.07º 0.36% 0.32% -
XYZ 5.77 7.06 8.84 -
YUV 71.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 52 80 81 0.36 0.01 0 0.68 182.07 0.22 0.26
Hex 34 50 51 24 1 0 44 B6 16 1A
Octal 64 120 121 44 1 0 104 266 26 32
Binary 110100 1010000 1010001 100100 1 0 1000100 10110110 10110 11010

Color Harmonies of #345051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345051

Black with #345051

Text Example


Text Example

White with #345051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345051; }

 p { color: rgb(52,80,81); }

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

background-color css

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

 a { background-color: rgb(52,80,81); }

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

border-color css

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

 span { border-color: rgb(52,80,81); }

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