Html Css Color HEX #3521CE Persian Blue

📋 copy color: '#3521CE'

red 53 ◦ green 33 ◦ blue 206

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

Shades of Persian Blue #3521CE

Tints of Persian Blue #3521CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.55%

R = 18.15%
G = 11.3%
B = 70.55%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3521CE (or 0x3521CE) is known color: Persian Blue. HEX triplet: 35, 21 and CE. RGB value is (53,33,206). Sum of RGB (Red+Green+Blue) = 53+33+206=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #3521CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3521CE is #CADE31. Grayscale: #3A3A3A. Windows color (decimal): -13295154 or 13508917. OLE color: 13508917.

HSL color Cylindrical-coordinate representation of color #3521CE: hue angle of 246.94º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3521CE is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 33 206 -
CMYK 0.74 0.84 0 0.19
HSL 246.94º 0.72% 0.47% -
HSV(B) 246.94º 0.84% 0.81% -
XYZ 13.15 6.3 58.92 -
YUV 58.7 211.13 123.93 -
System Red Green Blue C M Y K H S L
Decimal 53 33 206 0.74 0.84 0 0.19 246.94 0.72 0.47
Hex 35 21 CE 4A 54 0 13 F7 48 2F
Octal 65 41 316 112 124 0 23 367 110 57
Binary 110101 100001 11001110 1001010 1010100 0 10011 11110111 1001000 101111

Color Harmonies of #3521CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3521CE

Black with #3521CE

Text Example


Text Example

White with #3521CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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