#304150

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

Shades of Arsenic #304150

Tints of Arsenic #304150

Color information

#304150 (or 0x304150) is unknown color: approx Arsenic. HEX triplet: 30, 41 and 50. RGB value is (48,65,80). Sum of RGB (Red+Green+Blue) = 48+65+80=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #304150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304150 is #CFBEAF. Grayscale: #3D3D3D. Windows color (decimal): -13614768 or 5259568. OLE color: 5259568.

HSL color Cylindrical-coordinate representation of color #304150: hue angle of 208.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304150 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB486580-
CMYK0.400.1900.69
HSL208.12º25%25.1%-
HSV(B)208.12º40%31.37%-
XYZ4.564.998.31-
YUV61.63138.37118.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=24.87%
G=33.68%
B=41.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4865800.400.1900.69208.122525.1
Hex3041502813045d01919
Octal60101120502301053203131
Binary110000100000110100001010001001101000101110100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304150; }

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

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

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

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

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

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

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

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