Html Css Color HEX #3520CA Persian Blue

📋 copy color: '#3520CA'

red 53 ◦ green 32 ◦ blue 202

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

Shades of Persian Blue #3520CA

Tints of Persian Blue #3520CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 70.38%

R = 18.47%
G = 11.15%
B = 70.38%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3520CA (or 0x3520CA) is known color: Persian Blue. HEX triplet: 35, 20 and CA. RGB value is (53,32,202). Sum of RGB (Red+Green+Blue) = 53+32+202=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #3520CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3520CA is #CADF35. Grayscale: #393939. Windows color (decimal): -13295414 or 13246517. OLE color: 13246517.

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

Color convert

RGB 53 32 202 -
CMYK 0.74 0.84 0 0.21
HSL 247.41º 0.73% 0.46% -
HSV(B) 247.41º 0.84% 0.79% -
XYZ 12.65 6.05 56.38 -
YUV 57.66 209.46 124.68 -
System Red Green Blue C M Y K H S L
Decimal 53 32 202 0.74 0.84 0 0.21 247.41 0.73 0.46
Hex 35 20 CA 4A 54 0 15 F7 49 2E
Octal 65 40 312 112 124 0 25 367 111 56
Binary 110101 100000 11001010 1001010 1010100 0 10101 11110111 1001001 101110

Color Harmonies of #3520CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3520CA

Black with #3520CA

Text Example


Text Example

White with #3520CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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