Html Css Color HEX #334352 Arsenic

📋 copy color: '#334352'

red 51 ◦ green 67 ◦ blue 82

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

Shades of Arsenic #334352

Tints of Arsenic #334352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41%

R = 25.5%
G = 33.5%
B = 41%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#334352 (or 0x334352) is known color: Arsenic. HEX triplet: 33, 43 and 52. RGB value is (51,67,82). Sum of RGB (Red+Green+Blue) = 51+67+82=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #334352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334352 is #CCBCAD. Grayscale: #3F3F3F. Windows color (decimal): -13417646 or 5391155. OLE color: 5391155.

HSL color Cylindrical-coordinate representation of color #334352: hue angle of 209.03º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #334352 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 67 82 -
CMYK 0.38 0.18 0 0.68
HSL 209.03º 0.23% 0.26% -
HSV(B) 209.03º 0.38% 0.32% -
XYZ 4.9 5.33 8.75 -
YUV 63.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 51 67 82 0.38 0.18 0 0.68 209.03 0.23 0.26
Hex 33 43 52 26 12 0 44 D1 17 1A
Octal 63 103 122 46 22 0 104 321 27 32
Binary 110011 1000011 1010010 100110 10010 0 1000100 11010001 10111 11010

Color Harmonies of #334352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334352

Black with #334352

Text Example


Text Example

White with #334352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334352; }

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

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

background-color css

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

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

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

border-color css

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

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

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