#302594

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

Shades of Dark Slate Blue #302594

Tints of Dark Slate Blue #302594

Color information

#302594 (or 0x302594) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 25 and 94. RGB value is (48,37,148). Sum of RGB (Red+Green+Blue) = 48+37+148=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #302594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302594 is #CFDA6B. Grayscale: #343434. Windows color (decimal): -13621868 or 9708848. OLE color: 9708848.

HSL color Cylindrical-coordinate representation of color #302594: hue angle of 245.95º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302594 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4837148-
CMYK0.680.7500.42
HSL245.95º60%36.27%-
HSV(B)245.95º75%58.04%-
XYZ7.234.0928.43-
YUV52.94181.64124.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 148 (58.20% from 255) = 63.52%
R=20.60%
G=15.88%
B=63.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48371480.680.7500.42245.956036.27
Hex302594444B02Af63c24
Octal60452241041130523667444
Binary1100001001011001010010001001001011010101011110110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302594; }

 p { color: rgb(48,37,148); }

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

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

 a { background-color: rgb(48,37,148); }

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

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

 span { border-color: rgb(48,37,148); }

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