Html Css Color HEX #334A4B Dark Slate Grey

📋 copy color: '#334A4B'

red 51 ◦ green 74 ◦ blue 75

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

Shades of Dark Slate Grey #334A4B

Tints of Dark Slate Grey #334A4B

RGB

 RED value IS 51 (20.31% from 255) = 25.5%

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

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

R = 25.5%
G = 37%
B = 37.5%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#334A4B (or 0x334A4B) is known color: Dark Slate Grey. HEX triplet: 33, 4A and 4B. RGB value is (51,74,75). Sum of RGB (Red+Green+Blue) = 51+74+75=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #334A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A4B is #CCB5B4. Grayscale: #434343. Windows color (decimal): -13415861 or 4934195. OLE color: 4934195.

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

Color convert

RGB 51 74 75 -
CMYK 0.32 0.01 0 0.71
HSL 182.5º 0.19% 0.25% -
HSV(B) 182.5º 0.32% 0.29% -
XYZ 5.08 6.11 7.57 -
YUV 67.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 51 74 75 0.32 0.01 0 0.71 182.5 0.19 0.25
Hex 33 4A 4B 20 1 0 47 B6 13 19
Octal 63 112 113 40 1 0 107 266 23 31
Binary 110011 1001010 1001011 100000 1 0 1000111 10110110 10011 11001

Color Harmonies of #334A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A4B

Black with #334A4B

Text Example


Text Example

White with #334A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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