#3324AD

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

Shades of Persian Blue #3324AD

Tints of Persian Blue #3324AD

Color information

#3324AD (or 0x3324AD) is unknown color: approx Persian Blue. HEX triplet: 33, 24 and AD. RGB value is (51,36,173). Sum of RGB (Red+Green+Blue) = 51+36+173=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #3324AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3324AD is #CCDB52. Grayscale: #373737. Windows color (decimal): -13425491 or 11346995. OLE color: 11346995.

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

Color convert

RGB5136173-
CMYK0.710.7900.32
HSL246.57º65.55%40.98%-
HSV(B)246.57º79.19%67.84%-
XYZ9.544.9839.99-
YUV56.1193.97124.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 173 (67.97% from 255) = 66.54%
R=19.62%
G=13.85%
B=66.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51361730.710.7900.32246.5765.5540.98
Hex3324AD474F020f74229
Octal634425510711704036710251
Binary11001110010010101101100011110011110100000111101111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3324AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,36,173); }

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

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

 a { background-color: rgb(51,36,173); }

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

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

 span { border-color: rgb(51,36,173); }

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