Html Css Color HEX #3517BE Persian Blue

📋 copy color: '#3517BE'

red 53 ◦ green 23 ◦ blue 190

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

Shades of Persian Blue #3517BE

Tints of Persian Blue #3517BE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 190 (74.61% from 255) = 71.43%

R = 19.92%
G = 8.65%
B = 71.43%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3517BE (or 0x3517BE) is known color: Persian Blue. HEX triplet: 35, 17 and BE. RGB value is (53,23,190). Sum of RGB (Red+Green+Blue) = 53+23+190=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #3517BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3517BE is #CAE841. Grayscale: #323232. Windows color (decimal): -13297730 or 12457781. OLE color: 12457781.

HSL color Cylindrical-coordinate representation of color #3517BE: hue angle of 250.78º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3517BE is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 23 190 -
CMYK 0.72 0.88 0 0.25
HSL 250.78º 0.78% 0.42% -
HSV(B) 250.78º 0.88% 0.75% -
XYZ 11.07 5.09 49.11 -
YUV 51.01 206.44 129.42 -
System Red Green Blue C M Y K H S L
Decimal 53 23 190 0.72 0.88 0 0.25 250.78 0.78 0.42
Hex 35 17 BE 48 58 0 19 FB 4E 2A
Octal 65 27 276 110 130 0 31 373 116 52
Binary 110101 10111 10111110 1001000 1011000 0 11001 11111011 1001110 101010

Color Harmonies of #3517BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3517BE

Black with #3517BE

Text Example


Text Example

White with #3517BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3517BE; }

 p { color: rgb(53,23,190); }

 H1.HeaderClassName
 {
   color: #3517BE;
 }
 .AnyTagClassName
 {
   color: #3517BE;
 }
</style>

background-color css

<style>
 a { background-color: #3517BE; }

 a { background-color: rgb(53,23,190); }

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

border-color css

<style>
 span { border-color: #3517BE; }

 span { border-color: rgb(53,23,190); }

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