#3332AE

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

Shades of Persian Blue #3332AE

Tints of Persian Blue #3332AE

Color information

#3332AE (or 0x3332AE) is unknown color: approx Persian Blue. HEX triplet: 33, 32 and AE. RGB value is (51,50,174). Sum of RGB (Red+Green+Blue) = 51+50+174=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #3332AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3332AE is #CCCD51. Grayscale: #3F3F3F. Windows color (decimal): -13421906 or 11416115. OLE color: 11416115.

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

Color convert

RGB5150174-
CMYK0.710.7100.32
HSL240.48º55.36%43.92%-
HSV(B)240.48º71.26%68.24%-
XYZ10.156.0440.68-
YUV64.44189.83118.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 50 (19.92% from 255) = 18.18%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=18.55%
G=18.18%
B=63.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51501740.710.7100.32240.4855.3643.92
Hex3332AE4747020f0372c
Octal63622561071070403606754
Binary1100111100101010111010001111000111010000011110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3332AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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