Html Css Color HEX #334150 Arsenic

📋 copy color: '#334150'

red 51 ◦ green 65 ◦ blue 80

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

Shades of Arsenic #334150

Tints of Arsenic #334150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

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

R = 26.02%
G = 33.16%
B = 40.82%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#334150 (or 0x334150) is known color: Arsenic. HEX triplet: 33, 41 and 50. RGB value is (51,65,80). Sum of RGB (Red+Green+Blue) = 51+65+80=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #334150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334150 is #CCBEAF. Grayscale: #3E3E3E. Windows color (decimal): -13418160 or 5259571. OLE color: 5259571.

HSL color Cylindrical-coordinate representation of color #334150: hue angle of 211.03º 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 #334150 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 65 80 -
CMYK 0.36 0.19 0 0.69
HSL 211.03º 0.22% 0.26% -
HSV(B) 211.03º 0.36% 0.31% -
XYZ 4.7 5.06 8.32 -
YUV 62.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 51 65 80 0.36 0.19 0 0.69 211.03 0.22 0.26
Hex 33 41 50 24 13 0 45 D3 16 1A
Octal 63 101 120 44 23 0 105 323 26 32
Binary 110011 1000001 1010000 100100 10011 0 1000101 11010011 10110 11010

Color Harmonies of #334150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334150

Black with #334150

Text Example


Text Example

White with #334150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334150; }

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

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

background-color css

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

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

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

border-color css

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

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

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