#302994

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

Shades of Dark Slate Blue #302994

Tints of Dark Slate Blue #302994

Color information

#302994 (or 0x302994) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 29 and 94. RGB value is (48,41,148). Sum of RGB (Red+Green+Blue) = 48+41+148=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #302994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302994 is #CFD66B. Grayscale: #363636. Windows color (decimal): -13620844 or 9709872. OLE color: 9709872.

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

Color convert

RGB4841148-
CMYK0.680.7200.42
HSL243.93º56.61%37.06%-
HSV(B)243.93º72.3%58.04%-
XYZ7.364.3528.47-
YUV55.29180.32122.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 148 (58.20% from 255) = 62.45%
R=20.25%
G=17.30%
B=62.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48411480.680.7200.42243.9356.6137.06
Hex302994444802Af43925
Octal60512241041100523647145
Binary1100001010011001010010001001001000010101011110100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302994; }

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

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

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

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

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

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

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

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