Html Css Color HEX #3523CA Persian Blue

📋 copy color: '#3523CA'

red 53 ◦ green 35 ◦ blue 202

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

Shades of Persian Blue #3523CA

Tints of Persian Blue #3523CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 18.28%
G = 12.07%
B = 69.66%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3523CA (or 0x3523CA) is known color: Persian Blue. HEX triplet: 35, 23 and CA. RGB value is (53,35,202). Sum of RGB (Red+Green+Blue) = 53+35+202=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #3523CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3523CA is #CADC35. Grayscale: #3A3A3A. Windows color (decimal): -13294646 or 13247285. OLE color: 13247285.

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

Color convert

RGB 53 35 202 -
CMYK 0.74 0.83 0 0.21
HSL 246.47º 0.7% 0.46% -
HSV(B) 246.47º 0.83% 0.79% -
XYZ 12.73 6.22 56.41 -
YUV 59.42 208.46 123.42 -
System Red Green Blue C M Y K H S L
Decimal 53 35 202 0.74 0.83 0 0.21 246.47 0.7 0.46
Hex 35 23 CA 4A 53 0 15 F6 46 2E
Octal 65 43 312 112 123 0 25 366 106 56
Binary 110101 100011 11001010 1001010 1010011 0 10101 11110110 1000110 101110

Color Harmonies of #3523CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3523CA

Black with #3523CA

Text Example


Text Example

White with #3523CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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