Html Css Color HEX #3521AD Persian Blue

📋 copy color: '#3521AD'

red 53 ◦ green 33 ◦ blue 173

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

Shades of Persian Blue #3521AD

Tints of Persian Blue #3521AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

 BLUE value IS 173 (67.97% from 255) = 66.8%

R = 20.46%
G = 12.74%
B = 66.8%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3521AD (or 0x3521AD) is known color: Persian Blue. HEX triplet: 35, 21 and AD. RGB value is (53,33,173). Sum of RGB (Red+Green+Blue) = 53+33+173=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #3521AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3521AD is #CADE52. Grayscale: #363636. Windows color (decimal): -13295187 or 11346229. OLE color: 11346229.

HSL color Cylindrical-coordinate representation of color #3521AD: hue angle of 248.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3521AD is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 33 173 -
CMYK 0.69 0.81 0 0.32
HSL 248.57º 0.68% 0.4% -
HSV(B) 248.57º 0.81% 0.68% -
XYZ 9.55 4.86 39.97 -
YUV 54.94 194.63 126.62 -
System Red Green Blue C M Y K H S L
Decimal 53 33 173 0.69 0.81 0 0.32 248.57 0.68 0.4
Hex 35 21 AD 45 51 0 20 F9 44 28
Octal 65 41 255 105 121 0 40 371 104 50
Binary 110101 100001 10101101 1000101 1010001 0 100000 11111001 1000100 101000

Color Harmonies of #3521AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3521AD

Black with #3521AD

Text Example


Text Example

White with #3521AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3521AD; }

 p { color: rgb(53,33,173); }

 H1.HeaderClassName
 {
   color: #3521AD;
 }
 .AnyTagClassName
 {
   color: #3521AD;
 }
</style>

background-color css

<style>
 a { background-color: #3521AD; }

 a { background-color: rgb(53,33,173); }

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

border-color css

<style>
 span { border-color: #3521AD; }

 span { border-color: rgb(53,33,173); }

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