Html Css Color HEX #334353 Arsenic

📋 copy color: '#334353'

red 51 ◦ green 67 ◦ blue 83

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

Shades of Arsenic #334353

Tints of Arsenic #334353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 25.37%
G = 33.33%
B = 41.29%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334353 (or 0x334353) is known color: Arsenic. HEX triplet: 33, 43 and 53. RGB value is (51,67,83). Sum of RGB (Red+Green+Blue) = 51+67+83=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #334353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334353 is #CCBCAC. Grayscale: #3F3F3F. Windows color (decimal): -13417645 or 5456691. OLE color: 5456691.

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

Color convert

RGB 51 67 83 -
CMYK 0.39 0.19 0 0.67
HSL 210º 0.24% 0.26% -
HSV(B) 210º 0.39% 0.33% -
XYZ 4.93 5.34 8.95 -
YUV 64.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 51 67 83 0.39 0.19 0 0.67 210 0.24 0.26
Hex 33 43 53 27 13 0 43 D2 18 1A
Octal 63 103 123 47 23 0 103 322 30 32
Binary 110011 1000011 1010011 100111 10011 0 1000011 11010010 11000 11010

Color Harmonies of #334353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334353

Black with #334353

Text Example


Text Example

White with #334353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334353; }

 p { color: rgb(51,67,83); }

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

background-color css

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

 a { background-color: rgb(51,67,83); }

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

border-color css

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

 span { border-color: rgb(51,67,83); }

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