#302494

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

Shades of Dark Slate Blue #302494

Tints of Dark Slate Blue #302494

Color information

#302494 (or 0x302494) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 24 and 94. RGB value is (48,36,148). Sum of RGB (Red+Green+Blue) = 48+36+148=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #302494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302494 is #CFDB6B. Grayscale: #333333. Windows color (decimal): -13622124 or 9708592. OLE color: 9708592.

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

Color convert

RGB4836148-
CMYK0.680.7600.42
HSL246.43º60.87%36.08%-
HSV(B)246.43º75.68%58.04%-
XYZ7.24.0328.42-
YUV52.36181.98124.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 148 (58.20% from 255) = 63.79%
R=20.69%
G=15.52%
B=63.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48361480.680.7600.42246.4360.8736.08
Hex302494444C02Af63d24
Octal60442241041140523667544
Binary1100001001001001010010001001001100010101011110110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302494; }

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

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

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

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

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

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

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

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