Html Css Color HEX #3526BA Persian Blue

📋 copy color: '#3526BA'

red 53 ◦ green 38 ◦ blue 186

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

Shades of Persian Blue #3526BA

Tints of Persian Blue #3526BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

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

R = 19.13%
G = 13.72%
B = 67.15%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3526BA (or 0x3526BA) is known color: Persian Blue. HEX triplet: 35, 26 and BA. RGB value is (53,38,186). Sum of RGB (Red+Green+Blue) = 53+38+186=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #3526BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3526BA is #CAD945. Grayscale: #3A3A3A. Windows color (decimal): -13293894 or 12199477. OLE color: 12199477.

HSL color Cylindrical-coordinate representation of color #3526BA: hue angle of 246.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3526BA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 38 186 -
CMYK 0.72 0.80 0 0.27
HSL 246.08º 0.66% 0.44% -
HSV(B) 246.08º 0.8% 0.73% -
XYZ 11.02 5.69 46.97 -
YUV 59.36 199.47 123.47 -
System Red Green Blue C M Y K H S L
Decimal 53 38 186 0.72 0.80 0 0.27 246.08 0.66 0.44
Hex 35 26 BA 48 50 0 1B F6 42 2C
Octal 65 46 272 110 120 0 33 366 102 54
Binary 110101 100110 10111010 1001000 1010000 0 11011 11110110 1000010 101100

Color Harmonies of #3526BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3526BA

Black with #3526BA

Text Example


Text Example

White with #3526BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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