Html Css Color HEX #33414F Arsenic

📋 copy color: '#33414F'

red 51 ◦ green 65 ◦ blue 79

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

Shades of Arsenic #33414F

Tints of Arsenic #33414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.51%

R = 26.15%
G = 33.33%
B = 40.51%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33414F (or 0x33414F) is known color: Arsenic. HEX triplet: 33, 41 and 4F. RGB value is (51,65,79). Sum of RGB (Red+Green+Blue) = 51+65+79=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #33414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33414F is #CCBEB0. Grayscale: #3E3E3E. Windows color (decimal): -13418161 or 5194035. OLE color: 5194035.

HSL color Cylindrical-coordinate representation of color #33414F: hue angle of 210º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33414F is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 65 79 -
CMYK 0.35 0.18 0 0.69
HSL 210º 0.22% 0.25% -
HSV(B) 210º 0.35% 0.31% -
XYZ 4.67 5.05 8.13 -
YUV 62.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 51 65 79 0.35 0.18 0 0.69 210 0.22 0.25
Hex 33 41 4F 23 12 0 45 D2 16 19
Octal 63 101 117 43 22 0 105 322 26 31
Binary 110011 1000001 1001111 100011 10010 0 1000101 11010010 10110 11001

Color Harmonies of #33414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33414F

Black with #33414F

Text Example


Text Example

White with #33414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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