#30289A

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

Shades of Dark Slate Blue #30289A

Tints of Dark Slate Blue #30289A

Color information

#30289A (or 0x30289A) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 28 and 9A. RGB value is (48,40,154). Sum of RGB (Red+Green+Blue) = 48+40+154=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #30289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30289A is #CFD765. Grayscale: #363636. Windows color (decimal): -13621094 or 10102832. OLE color: 10102832.

HSL color Cylindrical-coordinate representation of color #30289A: hue angle of 244.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30289A is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4840154-
CMYK0.690.7400.40
HSL244.21º58.76%38.04%-
HSV(B)244.21º74.03%60.39%-
XYZ7.814.4831.02-
YUV55.39183.65122.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 154 (60.55% from 255) = 63.64%
R=19.83%
G=16.53%
B=63.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48401540.690.7400.40244.2158.7638.04
Hex30289A454A028f43b26
Octal60502321051120503647346
Binary1100001010001001101010001011001010010100011110100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30289A; }

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

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

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

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

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

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

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

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