#30404E

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

Shades of Arsenic #30404E

Tints of Arsenic #30404E

Color information

#30404E (or 0x30404E) is unknown color: approx Arsenic. HEX triplet: 30, 40 and 4E. RGB value is (48,64,78). Sum of RGB (Red+Green+Blue) = 48+64+78=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #30404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30404E is #CFBFB1. Grayscale: #3C3C3C. Windows color (decimal): -13615026 or 5128240. OLE color: 5128240.

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

Color convert

RGB486478-
CMYK0.380.1800.69
HSL208º23.81%24.71%-
HSV(B)208º38.46%30.59%-
XYZ4.434.857.91-
YUV60.81137.7118.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=25.26%
G=33.68%
B=41.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4864780.380.1800.6920823.8124.71
Hex30404E2612045d01819
Octal60100116462201053203031
Binary110000100000010011101001101001001000101110100001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,64,78); }

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

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

 a { background-color: rgb(48,64,78); }

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

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

 span { border-color: rgb(48,64,78); }

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