#302A96

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

Shades of Dark Slate Blue #302A96

Tints of Dark Slate Blue #302A96

Color information

#302A96 (or 0x302A96) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 2A and 96. RGB value is (48,42,150). Sum of RGB (Red+Green+Blue) = 48+42+150=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #302A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302A96 is #CFD569. Grayscale: #373737. Windows color (decimal): -13620586 or 9841200. OLE color: 9841200.

HSL color Cylindrical-coordinate representation of color #302A96: hue angle of 243.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302A96 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4842150-
CMYK0.680.7200.41
HSL243.33º56.25%37.65%-
HSV(B)243.33º72%58.82%-
XYZ7.554.4929.32-
YUV56.11180.99122.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 150 (58.98% from 255) = 62.5%
R=20%
G=17.5%
B=62.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48421500.680.7200.41243.3356.2537.65
Hex302A964448029f33826
Octal60522261041100513637046
Binary1100001010101001011010001001001000010100111110011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302A96; }

 p { color: rgb(48,42,150); }

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

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

 a { background-color: rgb(48,42,150); }

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

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

 span { border-color: rgb(48,42,150); }

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