#30299F

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

Shades of Dark Slate Blue #30299F

Tints of Dark Slate Blue #30299F

Color information

#30299F (or 0x30299F) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 29 and 9F. RGB value is (48,41,159). Sum of RGB (Red+Green+Blue) = 48+41+159=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #30299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30299F is #CFD660. Grayscale: #383838. Windows color (decimal): -13620833 or 10430768. OLE color: 10430768.

HSL color Cylindrical-coordinate representation of color #30299F: hue angle of 243.56º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30299F is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4841159-
CMYK0.700.7400.38
HSL243.56º59%39.22%-
HSV(B)243.56º74.21%62.35%-
XYZ8.274.7233.28-
YUV56.54185.82121.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=19.35%
G=16.53%
B=64.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48411590.700.7400.38243.565939.22
Hex30299F464A026f43b27
Octal60512371061120463647347
Binary1100001010011001111110001101001010010011011110100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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