Html Css Color HEX #3529BE Persian Blue

📋 copy color: '#3529BE'

red 53 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #3529BE

Tints of Persian Blue #3529BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.9%

R = 18.66%
G = 14.44%
B = 66.9%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3529BE (or 0x3529BE) is known color: Persian Blue. HEX triplet: 35, 29 and BE. RGB value is (53,41,190). Sum of RGB (Red+Green+Blue) = 53+41+190=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #3529BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3529BE is #CAD641. Grayscale: #3C3C3C. Windows color (decimal): -13293122 or 12462389. OLE color: 12462389.

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

Color convert

RGB 53 41 190 -
CMYK 0.72 0.78 0 0.25
HSL 244.83º 0.65% 0.45% -
HSV(B) 244.83º 0.78% 0.75% -
XYZ 11.56 6.06 49.28 -
YUV 61.57 200.48 121.88 -
System Red Green Blue C M Y K H S L
Decimal 53 41 190 0.72 0.78 0 0.25 244.83 0.65 0.45
Hex 35 29 BE 48 4E 0 19 F5 41 2D
Octal 65 51 276 110 116 0 31 365 101 55
Binary 110101 101001 10111110 1001000 1001110 0 11001 11110101 1000001 101101

Color Harmonies of #3529BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3529BE

Black with #3529BE

Text Example


Text Example

White with #3529BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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