Html Css Color HEX #3519CA Persian Blue

📋 copy color: '#3519CA'

red 53 ◦ green 25 ◦ blue 202

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

Shades of Persian Blue #3519CA

Tints of Persian Blue #3519CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

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

R = 18.93%
G = 8.93%
B = 72.14%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3519CA (or 0x3519CA) is known color: Persian Blue. HEX triplet: 35, 19 and CA. RGB value is (53,25,202). Sum of RGB (Red+Green+Blue) = 53+25+202=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #3519CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3519CA is #CAE635. Grayscale: #343434. Windows color (decimal): -13297206 or 13244725. OLE color: 13244725.

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

Color convert

RGB 53 25 202 -
CMYK 0.74 0.88 0 0.21
HSL 249.49º 0.78% 0.45% -
HSV(B) 249.49º 0.88% 0.79% -
XYZ 12.48 5.72 56.32 -
YUV 53.55 211.78 127.61 -
System Red Green Blue C M Y K H S L
Decimal 53 25 202 0.74 0.88 0 0.21 249.49 0.78 0.45
Hex 35 19 CA 4A 58 0 15 F9 4E 2D
Octal 65 31 312 112 130 0 25 371 116 55
Binary 110101 11001 11001010 1001010 1011000 0 10101 11111001 1001110 101101

Color Harmonies of #3519CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3519CA

Black with #3519CA

Text Example


Text Example

White with #3519CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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