Html Css Color HEX #3517BB Persian Blue

📋 copy color: '#3517BB'

red 53 ◦ green 23 ◦ blue 187

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

Shades of Persian Blue #3517BB

Tints of Persian Blue #3517BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.1%

R = 20.15%
G = 8.75%
B = 71.1%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3517BB (or 0x3517BB) is known color: Persian Blue. HEX triplet: 35, 17 and BB. RGB value is (53,23,187). Sum of RGB (Red+Green+Blue) = 53+23+187=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #3517BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3517BB is #CAE844. Grayscale: #323232. Windows color (decimal): -13297733 or 12261173. OLE color: 12261173.

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

Color convert

RGB 53 23 187 -
CMYK 0.72 0.88 0 0.27
HSL 250.98º 0.78% 0.41% -
HSV(B) 250.98º 0.88% 0.73% -
XYZ 10.74 4.96 47.4 -
YUV 50.67 204.94 129.66 -
System Red Green Blue C M Y K H S L
Decimal 53 23 187 0.72 0.88 0 0.27 250.98 0.78 0.41
Hex 35 17 BB 48 58 0 1B FB 4E 29
Octal 65 27 273 110 130 0 33 373 116 51
Binary 110101 10111 10111011 1001000 1011000 0 11011 11111011 1001110 101001

Color Harmonies of #3517BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3517BB

Black with #3517BB

Text Example


Text Example

White with #3517BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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