#303D4A

Color #303D4A Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #303D4A

Tints of Arsenic #303D4A

Color information

#303D4A (or 0x303D4A) is unknown color: approx Arsenic. HEX triplet: 30, 3D and 4A. RGB value is (48,61,74). Sum of RGB (Red+Green+Blue) = 48+61+74=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #303D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D4A is #CFC2B5. Grayscale: #3A3A3A. Windows color (decimal): -13615798 or 4865328. OLE color: 4865328.

HSL color Cylindrical-coordinate representation of color #303D4A: hue angle of 210º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #303D4A is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB486174-
CMYK0.350.1800.71
HSL210º21.31%23.92%-
HSV(B)210º35.14%29.02%-
XYZ4.124.467.12-
YUV58.59136.69120.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=26.23%
G=33.33%
B=40.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4861740.350.1800.7121021.3123.92
Hex303D4A2312047d21518
Octal6075112432201073222530
Binary11000011110110010101000111001001000111110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D4A; }

 p { color: rgb(48,61,74); }

 H1.HeaderClassName
 {
   color: #303D4A;
 }
 .AnyTagClassName
 {
   color: #303D4A;
 }
</style>
background-color css

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

 a { background-color: rgb(48,61,74); }

 div.DivClassName
 {
   background-color: #303D4A;
 }
 .BgClassName
 {
   background-color: #303D4A;
 }
</style>
border-color css

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

 span { border-color: rgb(48,61,74); }

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