Html Css Color HEX #345052 Dark Slate Grey

📋 copy color: '#345052'

red 52 ◦ green 80 ◦ blue 82

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

Shades of Dark Slate Grey #345052

Tints of Dark Slate Grey #345052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.32%

R = 24.3%
G = 37.38%
B = 38.32%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#345052 (or 0x345052) is known color: Dark Slate Grey. HEX triplet: 34, 50 and 52. RGB value is (52,80,82). Sum of RGB (Red+Green+Blue) = 52+80+82=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #345052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345052 is #CBAFAD. Grayscale: #474747. Windows color (decimal): -13348782 or 5394484. OLE color: 5394484.

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

Color convert

RGB 52 80 82 -
CMYK 0.37 0.02 0 0.68
HSL 184º 0.22% 0.26% -
HSV(B) 184º 0.37% 0.32% -
XYZ 5.81 7.08 9.04 -
YUV 71.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 52 80 82 0.37 0.02 0 0.68 184 0.22 0.26
Hex 34 50 52 25 2 0 44 B8 16 1A
Octal 64 120 122 45 2 0 104 270 26 32
Binary 110100 1010000 1010010 100101 10 0 1000100 10111000 10110 11010

Color Harmonies of #345052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345052

Black with #345052

Text Example


Text Example

White with #345052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345052; }

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

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

background-color css

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

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

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

border-color css

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

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

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