Html Css Color HEX #3532AA Persian Blue

📋 copy color: '#3532AA'

red 53 ◦ green 50 ◦ blue 170

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

Shades of Persian Blue #3532AA

Tints of Persian Blue #3532AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.27%

R = 19.41%
G = 18.32%
B = 62.27%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3532AA (or 0x3532AA) is known color: Persian Blue. HEX triplet: 35, 32 and AA. RGB value is (53,50,170). Sum of RGB (Red+Green+Blue) = 53+50+170=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #3532AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3532AA is #CACD55. Grayscale: #404040. Windows color (decimal): -13290838 or 11153973. OLE color: 11153973.

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

Color convert

RGB 53 50 170 -
CMYK 0.69 0.71 0 0.33
HSL 241.5º 0.55% 0.43% -
HSV(B) 241.5º 0.71% 0.67% -
XYZ 9.86 5.94 38.66 -
YUV 64.58 187.49 119.74 -
System Red Green Blue C M Y K H S L
Decimal 53 50 170 0.69 0.71 0 0.33 241.5 0.55 0.43
Hex 35 32 AA 45 47 0 21 F2 37 2B
Octal 65 62 252 105 107 0 41 362 67 53
Binary 110101 110010 10101010 1000101 1000111 0 100001 11110010 110111 101011

Color Harmonies of #3532AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3532AA

Black with #3532AA

Text Example


Text Example

White with #3532AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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