Html Css Color HEX #354B4C Dark Slate Grey

📋 copy color: '#354B4C'

red 53 ◦ green 75 ◦ blue 76

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

Shades of Dark Slate Grey #354B4C

Tints of Dark Slate Grey #354B4C

RGB

 RED value IS 53 (21.09% from 255) = 25.98%

 GREEN value IS 75 (29.69% from 255) = 36.76%

 BLUE value IS 76 (30.08% from 255) = 37.25%

R = 25.98%
G = 36.76%
B = 37.25%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#354B4C (or 0x354B4C) is known color: Dark Slate Grey. HEX triplet: 35, 4B and 4C. RGB value is (53,75,76). Sum of RGB (Red+Green+Blue) = 53+75+76=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #354B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B4C is #CAB4B3. Grayscale: #444444. Windows color (decimal): -13284532 or 4999989. OLE color: 4999989.

HSL color Cylindrical-coordinate representation of color #354B4C: hue angle of 182.61º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354B4C is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 75 76 -
CMYK 0.30 0.01 0 0.70
HSL 182.61º 0.18% 0.25% -
HSV(B) 182.61º 0.3% 0.3% -
XYZ 5.29 6.31 7.78 -
YUV 68.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 53 75 76 0.30 0.01 0 0.70 182.61 0.18 0.25
Hex 35 4B 4C 1E 1 0 46 B7 12 19
Octal 65 113 114 36 1 0 106 267 22 31
Binary 110101 1001011 1001100 11110 1 0 1000110 10110111 10010 11001

Color Harmonies of #354B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B4C

Black with #354B4C

Text Example


Text Example

White with #354B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354B4C; }

 p { color: rgb(53,75,76); }

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

background-color css

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

 a { background-color: rgb(53,75,76); }

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

border-color css

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

 span { border-color: rgb(53,75,76); }

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