#3032AD

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

Shades of Persian Blue #3032AD

Tints of Persian Blue #3032AD

Color information

#3032AD (or 0x3032AD) is unknown color: approx Persian Blue. HEX triplet: 30, 32 and AD. RGB value is (48,50,173). Sum of RGB (Red+Green+Blue) = 48+50+173=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #3032AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3032AD is #CFCD52. Grayscale: #3E3E3E. Windows color (decimal): -13618515 or 11350576. OLE color: 11350576.

HSL color Cylindrical-coordinate representation of color #3032AD: hue angle of 239.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3032AD is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4850173-
CMYK0.720.7100.32
HSL239.04º56.56%43.33%-
HSV(B)239.04º72.25%67.84%-
XYZ9.95.9340.16-
YUV63.42189.84117-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 173 (67.97% from 255) = 63.84%
R=17.71%
G=18.45%
B=63.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48501730.720.7100.32239.0456.5643.33
Hex3032AD4847020ef392b
Octal60622551101070403577153
Binary1100001100101010110110010001000111010000011101111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3032AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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