#3028A1

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

Shades of Dark Slate Blue #3028A1

Tints of Dark Slate Blue #3028A1

Color information

#3028A1 (or 0x3028A1) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 28 and A1. RGB value is (48,40,161). Sum of RGB (Red+Green+Blue) = 48+40+161=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 161 (63.28% from 255 or 64.66% from 249); Max value from RGB is 161 - color contains mainly: blue. Hex color #3028A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3028A1 is #CFD75E. Grayscale: #373737. Windows color (decimal): -13621087 or 10561584. OLE color: 10561584.

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

Color convert

RGB4840161-
CMYK0.700.7500.37
HSL243.97º60.2%39.41%-
HSV(B)243.97º75.16%63.14%-
XYZ8.414.7234.19-
YUV56.19187.15122.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 161 (63.28% from 255) = 64.66%
R=19.28%
G=16.06%
B=64.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48401610.700.7500.37243.9760.239.41
Hex3028A1464B025f43c27
Octal60502411061130453647447
Binary1100001010001010000110001101001011010010111110100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3028A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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