Html Css Color HEX #345054 Dark Slate Grey

📋 copy color: '#345054'

red 52 ◦ green 80 ◦ blue 84

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

Shades of Dark Slate Grey #345054

Tints of Dark Slate Grey #345054

RGB

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

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

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

R = 24.07%
G = 37.04%
B = 38.89%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#345054 (or 0x345054) is known color: Dark Slate Grey. HEX triplet: 34, 50 and 54. RGB value is (52,80,84). Sum of RGB (Red+Green+Blue) = 52+80+84=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #345054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345054 is #CBAFAB. Grayscale: #484848. Windows color (decimal): -13348780 or 5525556. OLE color: 5525556.

HSL color Cylindrical-coordinate representation of color #345054: hue angle of 187.5º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345054 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 80 84 -
CMYK 0.38 0.05 0 0.67
HSL 187.5º 0.24% 0.27% -
HSV(B) 187.5º 0.38% 0.33% -
XYZ 5.89 7.11 9.45 -
YUV 72.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 52 80 84 0.38 0.05 0 0.67 187.5 0.24 0.27
Hex 34 50 54 26 5 0 43 BC 18 1B
Octal 64 120 124 46 5 0 103 274 30 33
Binary 110100 1010000 1010100 100110 101 0 1000011 10111100 11000 11011

Color Harmonies of #345054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345054

Black with #345054

Text Example


Text Example

White with #345054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345054; }

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

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

background-color css

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

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

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

border-color css

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

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

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