#3428AC

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

Shades of Persian Blue #3428AC

Tints of Persian Blue #3428AC

Color information

#3428AC (or 0x3428AC) is unknown color: approx Persian Blue. HEX triplet: 34, 28 and AC. RGB value is (52,40,172). Sum of RGB (Red+Green+Blue) = 52+40+172=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #3428AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3428AC is #CBD753. Grayscale: #3A3A3A. Windows color (decimal): -13358932 or 11282484. OLE color: 11282484.

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

Color convert

RGB5240172-
CMYK0.700.7700.33
HSL245.45º62.26%41.57%-
HSV(B)245.45º76.74%67.45%-
XYZ9.625.2339.53-
YUV58.64191.98123.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 172 (67.58% from 255) = 65.15%
R=19.70%
G=15.15%
B=65.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52401720.700.7700.33245.4562.2641.57
Hex3428AC464D021f53e2a
Octal64502541061150413657652
Binary1101001010001010110010001101001101010000111110101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3428AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,40,172); }

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

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

 a { background-color: rgb(52,40,172); }

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

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

 span { border-color: rgb(52,40,172); }

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