Html Css Color HEX #3530AD Persian Blue

📋 copy color: '#3530AD'

red 53 ◦ green 48 ◦ blue 173

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

Shades of Persian Blue #3530AD

Tints of Persian Blue #3530AD

RGB

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

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

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

R = 19.34%
G = 17.52%
B = 63.14%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3530AD (or 0x3530AD) is known color: Persian Blue. HEX triplet: 35, 30 and AD. RGB value is (53,48,173). Sum of RGB (Red+Green+Blue) = 53+48+173=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #3530AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3530AD is #CACF52. Grayscale: #3F3F3F. Windows color (decimal): -13291347 or 11350069. OLE color: 11350069.

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

Color convert

RGB 53 48 173 -
CMYK 0.69 0.72 0 0.32
HSL 242.4º 0.57% 0.43% -
HSV(B) 242.4º 0.72% 0.68% -
XYZ 10.07 5.89 40.14 -
YUV 63.75 189.66 120.34 -
System Red Green Blue C M Y K H S L
Decimal 53 48 173 0.69 0.72 0 0.32 242.4 0.57 0.43
Hex 35 30 AD 45 48 0 20 F2 39 2B
Octal 65 60 255 105 110 0 40 362 71 53
Binary 110101 110000 10101101 1000101 1001000 0 100000 11110010 111001 101011

Color Harmonies of #3530AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530AD

Black with #3530AD

Text Example


Text Example

White with #3530AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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