Html Css Color HEX #3519CB Persian Blue

📋 copy color: '#3519CB'

red 53 ◦ green 25 ◦ blue 203

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

Shades of Persian Blue #3519CB

Tints of Persian Blue #3519CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.24%

R = 18.86%
G = 8.9%
B = 72.24%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3519CB (or 0x3519CB) is known color: Persian Blue. HEX triplet: 35, 19 and CB. RGB value is (53,25,203). Sum of RGB (Red+Green+Blue) = 53+25+203=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #3519CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3519CB is #CAE634. Grayscale: #343434. Windows color (decimal): -13297205 or 13310261. OLE color: 13310261.

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

Color convert

RGB 53 25 203 -
CMYK 0.74 0.88 0 0.20
HSL 249.44º 0.78% 0.45% -
HSV(B) 249.44º 0.88% 0.8% -
XYZ 12.6 5.76 56.95 -
YUV 53.66 212.28 127.53 -
System Red Green Blue C M Y K H S L
Decimal 53 25 203 0.74 0.88 0 0.20 249.44 0.78 0.45
Hex 35 19 CB 4A 58 0 14 F9 4E 2D
Octal 65 31 313 112 130 0 24 371 116 55
Binary 110101 11001 11001011 1001010 1011000 0 10100 11111001 1001110 101101

Color Harmonies of #3519CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3519CB

Black with #3519CB

Text Example


Text Example

White with #3519CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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