Html Css Color HEX #334552 Arsenic

📋 copy color: '#334552'

red 51 ◦ green 69 ◦ blue 82

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

Shades of Arsenic #334552

Tints of Arsenic #334552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.16%

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

R = 25.25%
G = 34.16%
B = 40.59%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#334552 (or 0x334552) is known color: Arsenic. HEX triplet: 33, 45 and 52. RGB value is (51,69,82). Sum of RGB (Red+Green+Blue) = 51+69+82=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #334552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334552 is #CCBAAD. Grayscale: #414141. Windows color (decimal): -13417134 or 5391667. OLE color: 5391667.

HSL color Cylindrical-coordinate representation of color #334552: hue angle of 205.16º 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 #334552 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 69 82 -
CMYK 0.38 0.16 0 0.68
HSL 205.16º 0.23% 0.26% -
HSV(B) 205.16º 0.38% 0.32% -
XYZ 5.02 5.57 8.79 -
YUV 65.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 51 69 82 0.38 0.16 0 0.68 205.16 0.23 0.26
Hex 33 45 52 26 10 0 44 CD 17 1A
Octal 63 105 122 46 20 0 104 315 27 32
Binary 110011 1000101 1010010 100110 10000 0 1000100 11001101 10111 11010

Color Harmonies of #334552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334552

Black with #334552

Text Example


Text Example

White with #334552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334552; }

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

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

background-color css

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

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

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

border-color css

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

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

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