#302F9A

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

Shades of Dark Slate Blue #302F9A

Tints of Dark Slate Blue #302F9A

Color information

#302F9A (or 0x302F9A) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 2F and 9A. RGB value is (48,47,154). Sum of RGB (Red+Green+Blue) = 48+47+154=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #302F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302F9A is #CFD065. Grayscale: #3B3B3B. Windows color (decimal): -13619302 or 10104624. OLE color: 10104624.

HSL color Cylindrical-coordinate representation of color #302F9A: hue angle of 240.56º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302F9A is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4847154-
CMYK0.690.6900.40
HSL240.56º53.23%39.41%-
HSV(B)240.56º69.48%60.39%-
XYZ8.074.9931.11-
YUV59.5181.33119.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 47 (18.75% from 255) = 18.88%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=19.28%
G=18.88%
B=61.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48471540.690.6900.40240.5653.2339.41
Hex302F9A4545028f13527
Octal60572321051050503616547
Binary1100001011111001101010001011000101010100011110001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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