Html Css Color HEX #3530AA Persian Blue

📋 copy color: '#3530AA'

red 53 ◦ green 48 ◦ blue 170

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

Shades of Persian Blue #3530AA

Tints of Persian Blue #3530AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 19.56%
G = 17.71%
B = 62.73%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3530AA (or 0x3530AA) is known color: Persian Blue. HEX triplet: 35, 30 and AA. RGB value is (53,48,170). Sum of RGB (Red+Green+Blue) = 53+48+170=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #3530AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3530AA is #CACF55. Grayscale: #3E3E3E. Windows color (decimal): -13291350 or 11153461. OLE color: 11153461.

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

Color convert

RGB 53 48 170 -
CMYK 0.69 0.72 0 0.33
HSL 242.46º 0.56% 0.43% -
HSV(B) 242.46º 0.72% 0.67% -
XYZ 9.78 5.77 38.63 -
YUV 63.4 188.16 120.58 -
System Red Green Blue C M Y K H S L
Decimal 53 48 170 0.69 0.72 0 0.33 242.46 0.56 0.43
Hex 35 30 AA 45 48 0 21 F2 38 2B
Octal 65 60 252 105 110 0 41 362 70 53
Binary 110101 110000 10101010 1000101 1001000 0 100001 11110010 111000 101011

Color Harmonies of #3530AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530AA

Black with #3530AA

Text Example


Text Example

White with #3530AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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