Html Css Color HEX #3520CE Persian Blue

📋 copy color: '#3520CE'

red 53 ◦ green 32 ◦ blue 206

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

Shades of Persian Blue #3520CE

Tints of Persian Blue #3520CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 18.21%
G = 11%
B = 70.79%

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

#3520CE (or 0x3520CE) is known color: Persian Blue. HEX triplet: 35, 20 and CE. RGB value is (53,32,206). Sum of RGB (Red+Green+Blue) = 53+32+206=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #3520CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3520CE is #CADF31. Grayscale: #393939. Windows color (decimal): -13295410 or 13508661. OLE color: 13508661.

HSL color Cylindrical-coordinate representation of color #3520CE: hue angle of 247.24º degrees, saturation: 0.73, 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 #3520CE is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 32 206 -
CMYK 0.74 0.84 0 0.19
HSL 247.24º 0.73% 0.47% -
HSV(B) 247.24º 0.84% 0.81% -
XYZ 13.13 6.25 58.91 -
YUV 58.12 211.46 124.35 -
System Red Green Blue C M Y K H S L
Decimal 53 32 206 0.74 0.84 0 0.19 247.24 0.73 0.47
Hex 35 20 CE 4A 54 0 13 F7 49 2F
Octal 65 40 316 112 124 0 23 367 111 57
Binary 110101 100000 11001110 1001010 1010100 0 10011 11110111 1001001 101111

Color Harmonies of #3520CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3520CE

Black with #3520CE

Text Example


Text Example

White with #3520CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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