Html Css Color HEX #354A4B Dark Slate Grey

📋 copy color: '#354A4B'

red 53 ◦ green 74 ◦ blue 75

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

Shades of Dark Slate Grey #354A4B

Tints of Dark Slate Grey #354A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.63%

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 26.24%
G = 36.63%
B = 37.13%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#354A4B (or 0x354A4B) is known color: Dark Slate Grey. HEX triplet: 35, 4A and 4B. RGB value is (53,74,75). Sum of RGB (Red+Green+Blue) = 53+74+75=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #354A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A4B is #CAB5B4. Grayscale: #434343. Windows color (decimal): -13284789 or 4934197. OLE color: 4934197.

HSL color Cylindrical-coordinate representation of color #354A4B: hue angle of 182.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354A4B is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 74 75 -
CMYK 0.29 0.01 0 0.71
HSL 182.73º 0.17% 0.25% -
HSV(B) 182.73º 0.29% 0.29% -
XYZ 5.19 6.16 7.57 -
YUV 67.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 53 74 75 0.29 0.01 0 0.71 182.73 0.17 0.25
Hex 35 4A 4B 1D 1 0 47 B7 11 19
Octal 65 112 113 35 1 0 107 267 21 31
Binary 110101 1001010 1001011 11101 1 0 1000111 10110111 10001 11001

Color Harmonies of #354A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A4B

Black with #354A4B

Text Example


Text Example

White with #354A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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