#304353

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

Shades of Arsenic #304353

Tints of Arsenic #304353

Color information

#304353 (or 0x304353) is unknown color: approx Arsenic. HEX triplet: 30, 43 and 53. RGB value is (48,67,83). Sum of RGB (Red+Green+Blue) = 48+67+83=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #304353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304353 is #CFBCAC. Grayscale: #3F3F3F. Windows color (decimal): -13614253 or 5456688. OLE color: 5456688.

HSL color Cylindrical-coordinate representation of color #304353: hue angle of 207.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304353 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB486783-
CMYK0.420.1900.67
HSL207.43º26.72%25.69%-
HSV(B)207.43º42.17%32.55%-
XYZ4.795.278.95-
YUV63.14139.21117.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=24.24%
G=33.84%
B=41.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4867830.420.1900.67207.4326.7225.69
Hex3043532A13043cf1b1a
Octal60103123522301033173332
Binary110000100001110100111010101001101000011110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304353; }

 p { color: rgb(48,67,83); }

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

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

 a { background-color: rgb(48,67,83); }

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

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

 span { border-color: rgb(48,67,83); }

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