#302F96

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

Shades of Dark Slate Blue #302F96

Tints of Dark Slate Blue #302F96

Color information

#302F96 (or 0x302F96) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 2F and 96. RGB value is (48,47,150). Sum of RGB (Red+Green+Blue) = 48+47+150=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #302F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302F96 is #CFD069. Grayscale: #3A3A3A. Windows color (decimal): -13619306 or 9842480. OLE color: 9842480.

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

Color convert

RGB4847150-
CMYK0.680.6900.41
HSL240.58º52.28%38.63%-
HSV(B)240.58º68.67%58.82%-
XYZ7.744.8629.38-
YUV59.04179.33120.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=19.59%
G=19.18%
B=61.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48471500.680.6900.41240.5852.2838.63
Hex302F964445029f13427
Octal60572261041050513616447
Binary1100001011111001011010001001000101010100111110001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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