Html Css Color HEX #3520D0 Persian Blue

📋 copy color: '#3520D0'

red 53 ◦ green 32 ◦ blue 208

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

Shades of Persian Blue #3520D0

Tints of Persian Blue #3520D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 70.99%

R = 18.09%
G = 10.92%
B = 70.99%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3520D0 (or 0x3520D0) is known color: Persian Blue. HEX triplet: 35, 20 and D0. RGB value is (53,32,208). Sum of RGB (Red+Green+Blue) = 53+32+208=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 208 (81.64% from 255 or 70.99% from 293); Max value from RGB is 208 - color contains mainly: blue. Hex color #3520D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3520D0 is #CADF2F. Grayscale: #393939. Windows color (decimal): -13295408 or 13639733. OLE color: 13639733.

HSL color Cylindrical-coordinate representation of color #3520D0: hue angle of 247.16º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3520D0 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 32 208 -
CMYK 0.75 0.85 0 0.18
HSL 247.16º 0.73% 0.47% -
HSV(B) 247.16º 0.85% 0.82% -
XYZ 13.37 6.34 60.19 -
YUV 58.34 212.46 124.19 -
System Red Green Blue C M Y K H S L
Decimal 53 32 208 0.75 0.85 0 0.18 247.16 0.73 0.47
Hex 35 20 D0 4B 55 0 12 F7 49 2F
Octal 65 40 320 113 125 0 22 367 111 57
Binary 110101 100000 11010000 1001011 1010101 0 10010 11110111 1001001 101111

Color Harmonies of #3520D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3520D0

Black with #3520D0

Text Example


Text Example

White with #3520D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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