#3032BA

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

Shades of Persian Blue #3032BA

Tints of Persian Blue #3032BA

Color information

#3032BA (or 0x3032BA) is unknown color: approx Persian Blue. HEX triplet: 30, 32 and BA. RGB value is (48,50,186). Sum of RGB (Red+Green+Blue) = 48+50+186=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #3032BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3032BA is #CFCD45. Grayscale: #404040. Windows color (decimal): -13618502 or 12202544. OLE color: 12202544.

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

Color convert

RGB4850186-
CMYK0.740.7300.27
HSL239.13º58.97%45.88%-
HSV(B)239.13º74.19%72.94%-
XYZ11.226.4547.11-
YUV64.91196.34115.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=16.90%
G=17.61%
B=65.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48501860.740.7300.27239.1358.9745.88
Hex3032BA4A4901Bef3b2e
Octal60622721121110333577356
Binary110000110010101110101001010100100101101111101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3032BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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