#3324AF

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

Shades of Persian Blue #3324AF

Tints of Persian Blue #3324AF

Color information

#3324AF (or 0x3324AF) is unknown color: approx Persian Blue. HEX triplet: 33, 24 and AF. RGB value is (51,36,175). Sum of RGB (Red+Green+Blue) = 51+36+175=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #3324AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3324AF is #CCDB50. Grayscale: #373737. Windows color (decimal): -13425489 or 11478067. OLE color: 11478067.

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

Color convert

RGB5136175-
CMYK0.710.7900.31
HSL246.47º65.88%41.37%-
HSV(B)246.47º79.43%68.63%-
XYZ9.735.0641.02-
YUV56.33194.97124.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 175 (68.75% from 255) = 66.79%
R=19.47%
G=13.74%
B=66.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51361750.710.7900.31246.4765.8841.37
Hex3324AF474F01Ff64229
Octal634425710711703736610251
Binary1100111001001010111110001111001111011111111101101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3324AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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