Html Css Color HEX #3529AE Persian Blue

📋 copy color: '#3529AE'

red 53 ◦ green 41 ◦ blue 174

#3529AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3529AE

Tints of Persian Blue #3529AE

RGB

 RED value IS 53 (21.09% from 255) = 19.78%

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 19.78%
G = 15.3%
B = 64.93%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3529AE (or 0x3529AE) is known color: Persian Blue. HEX triplet: 35, 29 and AE. RGB value is (53,41,174). Sum of RGB (Red+Green+Blue) = 53+41+174=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #3529AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3529AE is #CAD651. Grayscale: #3B3B3B. Windows color (decimal): -13293138 or 11413813. OLE color: 11413813.

HSL color Cylindrical-coordinate representation of color #3529AE: hue angle of 245.41º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3529AE is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 41 174 -
CMYK 0.70 0.76 0 0.32
HSL 245.41º 0.62% 0.42% -
HSV(B) 245.41º 0.76% 0.68% -
XYZ 9.9 5.4 40.56 -
YUV 59.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 53 41 174 0.70 0.76 0 0.32 245.41 0.62 0.42
Hex 35 29 AE 46 4C 0 20 F5 3E 2A
Octal 65 51 256 106 114 0 40 365 76 52
Binary 110101 101001 10101110 1000110 1001100 0 100000 11110101 111110 101010

Color Harmonies of #3529AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3529AE

Black with #3529AE

Text Example


Text Example

White with #3529AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,41,174); }

 H1.HeaderClassName
 {
   color: #3529AE;
 }
 .AnyTagClassName
 {
   color: #3529AE;
 }
</style>

background-color css

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

 a { background-color: rgb(53,41,174); }

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

border-color css

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

 span { border-color: rgb(53,41,174); }

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