#3015BA

Color #3015BA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3015BA

Tints of Persian Blue #3015BA

Color information

#3015BA (or 0x3015BA) is unknown color: approx Persian Blue. HEX triplet: 30, 15 and BA. RGB value is (48,21,186). Sum of RGB (Red+Green+Blue) = 48+21+186=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #3015BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3015BA is #CFEA45. Grayscale: #2F2F2F. Windows color (decimal): -13625926 or 12195120. OLE color: 12195120.

HSL color Cylindrical-coordinate representation of color #3015BA: hue angle of 249.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3015BA is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4821186-
CMYK0.740.8900.27
HSL249.82º79.71%40.59%-
HSV(B)249.82º88.71%72.94%-
XYZ10.354.7146.82-
YUV47.88205.95128.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 186 (73.05% from 255) = 72.94%
R=18.82%
G=8.24%
B=72.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48211860.740.8900.27249.8279.7140.59
Hex3015BA4A5901Bfa5029
Octal602527211213103337212051
Binary110000101011011101010010101011001011011111110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3015BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3015BA; }

 p { color: rgb(48,21,186); }

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

<style>
 a { background-color: #3015BA; }

 a { background-color: rgb(48,21,186); }

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

<style>
 span { border-color: #3015BA; }

 span { border-color: rgb(48,21,186); }

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