#30288E

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

Shades of Dark Slate Blue #30288E

Tints of Dark Slate Blue #30288E

Color information

#30288E (or 0x30288E) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 28 and 8E. RGB value is (48,40,142). Sum of RGB (Red+Green+Blue) = 48+40+142=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #30288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30288E is #CFD771. Grayscale: #353535. Windows color (decimal): -13621106 or 9316400. OLE color: 9316400.

HSL color Cylindrical-coordinate representation of color #30288E: hue angle of 244.71º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30288E is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4840142-
CMYK0.660.7200.44
HSL244.71º56.04%35.69%-
HSV(B)244.71º71.83%55.69%-
XYZ6.864.126.02-
YUV54.02177.65123.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=20.87%
G=17.39%
B=61.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48401420.660.7200.44244.7156.0435.69
Hex30288E424802Cf53824
Octal60502161021100543657044
Binary1100001010001000111010000101001000010110011110101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,40,142); }

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

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

 a { background-color: rgb(48,40,142); }

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

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

 span { border-color: rgb(48,40,142); }

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