#3032AE

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

Shades of Persian Blue #3032AE

Tints of Persian Blue #3032AE

Color information

#3032AE (or 0x3032AE) is unknown color: approx Persian Blue. HEX triplet: 30, 32 and AE. RGB value is (48,50,174). Sum of RGB (Red+Green+Blue) = 48+50+174=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #3032AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3032AE is #CFCD51. Grayscale: #3F3F3F. Windows color (decimal): -13618514 or 11416112. OLE color: 11416112.

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

Color convert

RGB4850174-
CMYK0.720.7100.32
HSL239.05º56.76%43.53%-
HSV(B)239.05º72.41%68.24%-
XYZ105.9740.67-
YUV63.54190.34116.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 174 (68.36% from 255) = 63.97%
R=17.65%
G=18.38%
B=63.97%

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
Decimal48501740.720.7100.32239.0556.7643.53
Hex3032AE4847020ef392c
Octal60622561101070403577154
Binary1100001100101010111010010001000111010000011101111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3032AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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