#304455

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

Shades of Arsenic #304455

Tints of Arsenic #304455

Color information

#304455 (or 0x304455) is unknown color: approx Arsenic. HEX triplet: 30, 44 and 55. RGB value is (48,68,85). Sum of RGB (Red+Green+Blue) = 48+68+85=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #304455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304455 is #CFBBAA. Grayscale: #3F3F3F. Windows color (decimal): -13613995 or 5588016. OLE color: 5588016.

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

Color convert

RGB486885-
CMYK0.440.2000.67
HSL207.57º27.82%26.08%-
HSV(B)207.57º43.53%33.33%-
XYZ4.935.429.38-
YUV63.96139.87116.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=23.88%
G=33.83%
B=42.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4868850.440.2000.67207.5727.8226.08
Hex3044552C14043d01c1a
Octal60104125542401033203432
Binary110000100010010101011011001010001000011110100001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304455; }

 p { color: rgb(48,68,85); }

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

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

 a { background-color: rgb(48,68,85); }

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

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

 span { border-color: rgb(48,68,85); }

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