#3025a4

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

Shades of Dark Slate Blue #3025A4

Tints of Dark Slate Blue #3025A4

Color information

#3025A4 (or 0x3025A4) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 25 and A4. RGB value is (48,37,164). Sum of RGB (Red+Green+Blue) = 48+37+164=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 164 (64.45% from 255 or 65.86% from 249); Max value from RGB is 164 - color contains mainly: blue. Hex color #3025A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3025A4 is #CFDA5B. Grayscale: #363636. Windows color (decimal): -13621852 or 10757424. OLE color: 10757424.

HSL color Cylindrical-coordinate representation of color #3025A4: hue angle of 245.2º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3025A4 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4837164-
CMYK0.710.7700.36
HSL245.2º63.18%39.41%-
HSV(B)245.2º77.44%64.31%-
XYZ8.584.6335.56-
YUV54.77189.64123.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 164 (64.45% from 255) = 65.86%
R=19.28%
G=14.86%
B=65.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48371640.710.7700.36245.263.1839.41
Hex3025A4474D024f53f27
Octal60452441071150443657747
Binary1100001001011010010010001111001101010010011110101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3025a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3025a4; }

 p { color: rgb(48,37,164); }

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

<style>
 a { background-color: #3025a4; }

 a { background-color: rgb(48,37,164); }

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

<style>
 span { border-color: #3025a4; }

 span { border-color: rgb(48,37,164); }

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