#3028A2

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

Shades of Dark Slate Blue #3028A2

Tints of Dark Slate Blue #3028A2

Color information

#3028A2 (or 0x3028A2) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 28 and A2. RGB value is (48,40,162). Sum of RGB (Red+Green+Blue) = 48+40+162=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 162 (63.67% from 255 or 64.8% from 250); Max value from RGB is 162 - color contains mainly: blue. Hex color #3028A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3028A2 is #CFD75D. Grayscale: #373737. Windows color (decimal): -13621086 or 10627120. OLE color: 10627120.

HSL color Cylindrical-coordinate representation of color #3028A2: hue angle of 243.93º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3028A2 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4840162-
CMYK0.700.7500.36
HSL243.93º60.4%39.61%-
HSV(B)243.93º75.31%63.53%-
XYZ8.54.7534.65-
YUV56.3187.65122.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 162 (63.67% from 255) = 64.8%
R=19.2%
G=16%
B=64.8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48401620.700.7500.36243.9360.439.61
Hex3028A2464B024f43c28
Octal60502421061130443647450
Binary1100001010001010001010001101001011010010011110100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3028A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3028A2; }

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

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

<style>
 a { background-color: #3028A2; }

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

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

<style>
 span { border-color: #3028A2; }

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

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