#3325AC

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

Shades of Persian Blue #3325AC

Tints of Persian Blue #3325AC

Color information

#3325AC (or 0x3325AC) is unknown color: approx Persian Blue. HEX triplet: 33, 25 and AC. RGB value is (51,37,172). Sum of RGB (Red+Green+Blue) = 51+37+172=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #3325AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3325AC is #CCDA53. Grayscale: #383838. Windows color (decimal): -13425236 or 11281715. OLE color: 11281715.

HSL color Cylindrical-coordinate representation of color #3325AC: hue angle of 246.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3325AC is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5137172-
CMYK0.700.7800.33
HSL246.22º64.59%40.98%-
HSV(B)246.22º78.49%67.45%-
XYZ9.475.0139.5-
YUV56.58193.14124.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 172 (67.58% from 255) = 66.15%
R=19.62%
G=14.23%
B=66.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51371720.700.7800.33246.2264.5940.98
Hex3325AC464E021f64129
Octal634525410611604136610151
Binary11001110010110101100100011010011100100001111101101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3325AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3325AC; }

 p { color: rgb(51,37,172); }

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

<style>
 a { background-color: #3325AC; }

 a { background-color: rgb(51,37,172); }

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

<style>
 span { border-color: #3325AC; }

 span { border-color: rgb(51,37,172); }

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