Html Css Color HEX #3529BF Persian Blue

📋 copy color: '#3529BF'

red 53 ◦ green 41 ◦ blue 191

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

Shades of Persian Blue #3529BF

Tints of Persian Blue #3529BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

 BLUE value IS 191 (75% from 255) = 67.02%

R = 18.6%
G = 14.39%
B = 67.02%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3529BF (or 0x3529BF) is known color: Persian Blue. HEX triplet: 35, 29 and BF. RGB value is (53,41,191). Sum of RGB (Red+Green+Blue) = 53+41+191=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #3529BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3529BF is #CAD640. Grayscale: #3D3D3D. Windows color (decimal): -13293121 or 12527925. OLE color: 12527925.

HSL color Cylindrical-coordinate representation of color #3529BF: hue angle of 244.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3529BF is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 41 191 -
CMYK 0.72 0.79 0 0.25
HSL 244.8º 0.65% 0.45% -
HSV(B) 244.8º 0.79% 0.75% -
XYZ 11.67 6.1 49.85 -
YUV 61.69 200.98 121.8 -
System Red Green Blue C M Y K H S L
Decimal 53 41 191 0.72 0.79 0 0.25 244.8 0.65 0.45
Hex 35 29 BF 48 4F 0 19 F5 41 2D
Octal 65 51 277 110 117 0 31 365 101 55
Binary 110101 101001 10111111 1001000 1001111 0 11001 11110101 1000001 101101

Color Harmonies of #3529BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3529BF

Black with #3529BF

Text Example


Text Example

White with #3529BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3529BF; }

 p { color: rgb(53,41,191); }

 H1.HeaderClassName
 {
   color: #3529BF;
 }
 .AnyTagClassName
 {
   color: #3529BF;
 }
</style>

background-color css

<style>
 a { background-color: #3529BF; }

 a { background-color: rgb(53,41,191); }

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

border-color css

<style>
 span { border-color: #3529BF; }

 span { border-color: rgb(53,41,191); }

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