Html Css Color HEX #3521BF Persian Blue

📋 copy color: '#3521BF'

red 53 ◦ green 33 ◦ blue 191

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

Shades of Persian Blue #3521BF

Tints of Persian Blue #3521BF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

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

R = 19.13%
G = 11.91%
B = 68.95%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3521BF (or 0x3521BF) is known color: Persian Blue. HEX triplet: 35, 21 and BF. RGB value is (53,33,191). Sum of RGB (Red+Green+Blue) = 53+33+191=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #3521BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3521BF is #CADE40. Grayscale: #383838. Windows color (decimal): -13295169 or 12525877. OLE color: 12525877.

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

Color convert

RGB 53 33 191 -
CMYK 0.72 0.83 0 0.25
HSL 247.59º 0.71% 0.44% -
HSV(B) 247.59º 0.83% 0.75% -
XYZ 11.42 5.61 49.77 -
YUV 56.99 203.63 125.15 -
System Red Green Blue C M Y K H S L
Decimal 53 33 191 0.72 0.83 0 0.25 247.59 0.71 0.44
Hex 35 21 BF 48 53 0 19 F8 47 2C
Octal 65 41 277 110 123 0 31 370 107 54
Binary 110101 100001 10111111 1001000 1010011 0 11001 11111000 1000111 101100

Color Harmonies of #3521BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3521BF

Black with #3521BF

Text Example


Text Example

White with #3521BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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