Html Css Color HEX #3529AB Persian Blue

📋 copy color: '#3529AB'

red 53 ◦ green 41 ◦ blue 171

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

Shades of Persian Blue #3529AB

Tints of Persian Blue #3529AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 20%
G = 15.47%
B = 64.53%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3529AB (or 0x3529AB) is known color: Persian Blue. HEX triplet: 35, 29 and AB. RGB value is (53,41,171). Sum of RGB (Red+Green+Blue) = 53+41+171=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #3529AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3529AB is #CAD654. Grayscale: #3A3A3A. Windows color (decimal): -13293141 or 11217205. OLE color: 11217205.

HSL color Cylindrical-coordinate representation of color #3529AB: hue angle of 245.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3529AB is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 41 171 -
CMYK 0.69 0.76 0 0.33
HSL 245.54º 0.61% 0.42% -
HSV(B) 245.54º 0.76% 0.67% -
XYZ 9.61 5.28 39.04 -
YUV 59.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 53 41 171 0.69 0.76 0 0.33 245.54 0.61 0.42
Hex 35 29 AB 45 4C 0 21 F6 3D 2A
Octal 65 51 253 105 114 0 41 366 75 52
Binary 110101 101001 10101011 1000101 1001100 0 100001 11110110 111101 101010

Color Harmonies of #3529AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3529AB

Black with #3529AB

Text Example


Text Example

White with #3529AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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