Html Css Color HEX #3520CD Persian Blue

📋 copy color: '#3520CD'

red 53 ◦ green 32 ◦ blue 205

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

Shades of Persian Blue #3520CD

Tints of Persian Blue #3520CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.69%

R = 18.28%
G = 11.03%
B = 70.69%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3520CD (or 0x3520CD) is known color: Persian Blue. HEX triplet: 35, 20 and CD. RGB value is (53,32,205). Sum of RGB (Red+Green+Blue) = 53+32+205=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #3520CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3520CD is #CADF32. Grayscale: #393939. Windows color (decimal): -13295411 or 13443125. OLE color: 13443125.

HSL color Cylindrical-coordinate representation of color #3520CD: hue angle of 247.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3520CD is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 32 205 -
CMYK 0.74 0.84 0 0.20
HSL 247.28º 0.73% 0.46% -
HSV(B) 247.28º 0.84% 0.8% -
XYZ 13 6.2 58.27 -
YUV 58 210.96 124.43 -
System Red Green Blue C M Y K H S L
Decimal 53 32 205 0.74 0.84 0 0.20 247.28 0.73 0.46
Hex 35 20 CD 4A 54 0 14 F7 49 2E
Octal 65 40 315 112 124 0 24 367 111 56
Binary 110101 100000 11001101 1001010 1010100 0 10100 11110111 1001001 101110

Color Harmonies of #3520CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3520CD

Black with #3520CD

Text Example


Text Example

White with #3520CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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