#302A90

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

Shades of Dark Slate Blue #302A90

Tints of Dark Slate Blue #302A90

Color information

#302A90 (or 0x302A90) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 2A and 90. RGB value is (48,42,144). Sum of RGB (Red+Green+Blue) = 48+42+144=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #302A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302A90 is #CFD56F. Grayscale: #373737. Windows color (decimal): -13620592 or 9447984. OLE color: 9447984.

HSL color Cylindrical-coordinate representation of color #302A90: hue angle of 243.53º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302A90 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4842144-
CMYK0.670.7100.44
HSL243.53º54.84%36.47%-
HSV(B)243.53º70.83%56.47%-
XYZ7.084.326.84-
YUV55.42177.99122.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 144 (56.64% from 255) = 61.54%
R=20.51%
G=17.95%
B=61.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48421440.670.7100.44243.5354.8436.47
Hex302A90434702Cf43724
Octal60522201031070543646744
Binary1100001010101001000010000111000111010110011110100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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