#30349D

Color #30349D Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #30349D

Tints of Dark Slate Blue #30349D

Color information

#30349D (or 0x30349D) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 34 and 9D. RGB value is (48,52,157). Sum of RGB (Red+Green+Blue) = 48+52+157=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #30349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30349D is #CFCB62. Grayscale: #3E3E3E. Windows color (decimal): -13618019 or 10302512. OLE color: 10302512.

HSL color Cylindrical-coordinate representation of color #30349D: hue angle of 237.8º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30349D is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4852157-
CMYK0.690.6700.38
HSL237.8º53.17%40.2%-
HSV(B)237.8º69.43%61.57%-
XYZ8.535.5232.51-
YUV62.77181.17117.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=18.68%
G=20.23%
B=61.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48521570.690.6700.38237.853.1740.2
Hex30349D4543026ee3528
Octal60642351051030463566550
Binary1100001101001001110110001011000011010011011101110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30349D; }

 p { color: rgb(48,52,157); }

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

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

 a { background-color: rgb(48,52,157); }

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

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

 span { border-color: rgb(48,52,157); }

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