#302893

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

Shades of Dark Slate Blue #302893

Tints of Dark Slate Blue #302893

Color information

#302893 (or 0x302893) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 28 and 93. RGB value is (48,40,147). Sum of RGB (Red+Green+Blue) = 48+40+147=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #302893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302893 is #CFD76C. Grayscale: #363636. Windows color (decimal): -13621101 or 9644080. OLE color: 9644080.

HSL color Cylindrical-coordinate representation of color #302893: hue angle of 244.49º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #302893 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4840147-
CMYK0.670.7300.42
HSL244.49º57.22%36.67%-
HSV(B)244.49º72.79%57.65%-
XYZ7.244.2528.04-
YUV54.59180.15123.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=20.43%
G=17.02%
B=62.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48401470.670.7300.42244.4957.2236.67
Hex302893434902Af43925
Octal60502231031110523647145
Binary1100001010001001001110000111001001010101011110100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302893; }

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

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

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

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

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

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

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

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