Html Css Color HEX #334250 Arsenic

📋 copy color: '#334250'

red 51 ◦ green 66 ◦ blue 80

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

Shades of Arsenic #334250

Tints of Arsenic #334250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 25.89%
G = 33.5%
B = 40.61%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#334250 (or 0x334250) is known color: Arsenic. HEX triplet: 33, 42 and 50. RGB value is (51,66,80). Sum of RGB (Red+Green+Blue) = 51+66+80=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #334250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334250 is #CCBDAF. Grayscale: #3F3F3F. Windows color (decimal): -13417904 or 5259827. OLE color: 5259827.

HSL color Cylindrical-coordinate representation of color #334250: hue angle of 208.97º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #334250 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 66 80 -
CMYK 0.36 0.17 0 0.69
HSL 208.97º 0.22% 0.26% -
HSV(B) 208.97º 0.36% 0.31% -
XYZ 4.76 5.18 8.34 -
YUV 63.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 51 66 80 0.36 0.17 0 0.69 208.97 0.22 0.26
Hex 33 42 50 24 11 0 45 D1 16 1A
Octal 63 102 120 44 21 0 105 321 26 32
Binary 110011 1000010 1010000 100100 10001 0 1000101 11010001 10110 11010

Color Harmonies of #334250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334250

Black with #334250

Text Example


Text Example

White with #334250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334250; }

 p { color: rgb(51,66,80); }

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

background-color css

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

 a { background-color: rgb(51,66,80); }

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

border-color css

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

 span { border-color: rgb(51,66,80); }

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