#30299E

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

Shades of Dark Slate Blue #30299E

Tints of Dark Slate Blue #30299E

Color information

#30299E (or 0x30299E) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 29 and 9E. RGB value is (48,41,158). Sum of RGB (Red+Green+Blue) = 48+41+158=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #30299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30299E is #CFD661. Grayscale: #373737. Windows color (decimal): -13620834 or 10365232. OLE color: 10365232.

HSL color Cylindrical-coordinate representation of color #30299E: hue angle of 243.59º 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 #30299E is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4841158-
CMYK0.700.7400.38
HSL243.59º58.79%39.02%-
HSV(B)243.59º74.05%61.96%-
XYZ8.184.6832.82-
YUV56.43185.32121.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=19.43%
G=16.60%
B=63.97%

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
Decimal48411580.700.7400.38243.5958.7939.02
Hex30299E464A026f43b27
Octal60512361061120463647347
Binary1100001010011001111010001101001010010011011110100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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