Html Css Color HEX #3532AD Persian Blue

📋 copy color: '#3532AD'

red 53 ◦ green 50 ◦ blue 173

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

Shades of Persian Blue #3532AD

Tints of Persian Blue #3532AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 19.2%
G = 18.12%
B = 62.68%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3532AD (or 0x3532AD) is known color: Persian Blue. HEX triplet: 35, 32 and AD. RGB value is (53,50,173). Sum of RGB (Red+Green+Blue) = 53+50+173=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #3532AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3532AD is #CACD52. Grayscale: #404040. Windows color (decimal): -13290835 or 11350581. OLE color: 11350581.

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

Color convert

RGB 53 50 173 -
CMYK 0.69 0.71 0 0.32
HSL 241.46º 0.55% 0.44% -
HSV(B) 241.46º 0.71% 0.68% -
XYZ 10.15 6.06 40.17 -
YUV 64.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 53 50 173 0.69 0.71 0 0.32 241.46 0.55 0.44
Hex 35 32 AD 45 47 0 20 F1 37 2C
Octal 65 62 255 105 107 0 40 361 67 54
Binary 110101 110010 10101101 1000101 1000111 0 100000 11110001 110111 101100

Color Harmonies of #3532AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3532AD

Black with #3532AD

Text Example


Text Example

White with #3532AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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