Html Css Color HEX #3523BA Persian Blue

📋 copy color: '#3523BA'

red 53 ◦ green 35 ◦ blue 186

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

Shades of Persian Blue #3523BA

Tints of Persian Blue #3523BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 19.34%
G = 12.77%
B = 67.88%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3523BA (or 0x3523BA) is known color: Persian Blue. HEX triplet: 35, 23 and BA. RGB value is (53,35,186). Sum of RGB (Red+Green+Blue) = 53+35+186=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #3523BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3523BA is #CADC45. Grayscale: #393939. Windows color (decimal): -13294662 or 12198709. OLE color: 12198709.

HSL color Cylindrical-coordinate representation of color #3523BA: hue angle of 247.15º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3523BA is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 35 186 -
CMYK 0.72 0.81 0 0.27
HSL 247.15º 0.68% 0.43% -
HSV(B) 247.15º 0.81% 0.73% -
XYZ 10.93 5.5 46.94 -
YUV 57.6 200.46 124.72 -
System Red Green Blue C M Y K H S L
Decimal 53 35 186 0.72 0.81 0 0.27 247.15 0.68 0.43
Hex 35 23 BA 48 51 0 1B F7 44 2B
Octal 65 43 272 110 121 0 33 367 104 53
Binary 110101 100011 10111010 1001000 1010001 0 11011 11110111 1000100 101011

Color Harmonies of #3523BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3523BA

Black with #3523BA

Text Example


Text Example

White with #3523BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3523BA; }

 p { color: rgb(53,35,186); }

 H1.HeaderClassName
 {
   color: #3523BA;
 }
 .AnyTagClassName
 {
   color: #3523BA;
 }
</style>

background-color css

<style>
 a { background-color: #3523BA; }

 a { background-color: rgb(53,35,186); }

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

border-color css

<style>
 span { border-color: #3523BA; }

 span { border-color: rgb(53,35,186); }

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