#30349F

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

Shades of Dark Slate Blue #30349F

Tints of Dark Slate Blue #30349F

Color information

#30349F (or 0x30349F) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 34 and 9F. RGB value is (48,52,159). Sum of RGB (Red+Green+Blue) = 48+52+159=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #30349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30349F is #CFCB60. Grayscale: #3E3E3E. Windows color (decimal): -13618017 or 10433584. OLE color: 10433584.

HSL color Cylindrical-coordinate representation of color #30349F: hue angle of 237.84º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30349F is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4852159-
CMYK0.700.6700.38
HSL237.84º53.62%40.59%-
HSV(B)237.84º69.81%62.35%-
XYZ8.75.5933.42-
YUV63182.17117.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=18.53%
G=20.08%
B=61.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48521590.700.6700.38237.8453.6240.59
Hex30349F4643026ee3629
Octal60642371061030463566651
Binary1100001101001001111110001101000011010011011101110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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