Html Css Color HEX #33424E Arsenic

📋 copy color: '#33424E'

red 51 ◦ green 66 ◦ blue 78

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

Shades of Arsenic #33424E

Tints of Arsenic #33424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40%

R = 26.15%
G = 33.85%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33424E (or 0x33424E) is known color: Arsenic. HEX triplet: 33, 42 and 4E. RGB value is (51,66,78). Sum of RGB (Red+Green+Blue) = 51+66+78=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #33424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33424E is #CCBDB1. Grayscale: #3E3E3E. Windows color (decimal): -13417906 or 5128755. OLE color: 5128755.

HSL color Cylindrical-coordinate representation of color #33424E: hue angle of 206.67º degrees, saturation: 0.21, 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 #33424E is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 66 78 -
CMYK 0.35 0.15 0 0.69
HSL 206.67º 0.21% 0.25% -
HSV(B) 206.67º 0.35% 0.31% -
XYZ 4.69 5.15 7.95 -
YUV 62.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 51 66 78 0.35 0.15 0 0.69 206.67 0.21 0.25
Hex 33 42 4E 23 F 0 45 CF 15 19
Octal 63 102 116 43 17 0 105 317 25 31
Binary 110011 1000010 1001110 100011 1111 0 1000101 11001111 10101 11001

Color Harmonies of #33424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33424E

Black with #33424E

Text Example


Text Example

White with #33424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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