#3425AE

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

Shades of Persian Blue #3425AE

Tints of Persian Blue #3425AE

Color information

#3425AE (or 0x3425AE) is unknown color: approx Persian Blue. HEX triplet: 34, 25 and AE. RGB value is (52,37,174). Sum of RGB (Red+Green+Blue) = 52+37+174=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #3425AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3425AE is #CBDA51. Grayscale: #383838. Windows color (decimal): -13359698 or 11412788. OLE color: 11412788.

HSL color Cylindrical-coordinate representation of color #3425AE: hue angle of 246.57º degrees, saturation: 0.65, 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 #3425AE is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5237174-
CMYK0.700.7900.32
HSL246.57º64.93%41.37%-
HSV(B)246.57º78.74%68.24%-
XYZ9.725.1140.52-
YUV57.1193.97124.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=19.77%
G=14.07%
B=66.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52371740.700.7900.32246.5764.9341.37
Hex3425AE464F020f74129
Octal644525610611704036710151
Binary11010010010110101110100011010011110100000111101111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3425AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,37,174); }

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

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

 a { background-color: rgb(52,37,174); }

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

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

 span { border-color: rgb(52,37,174); }

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