Html Css Color HEX #3519BB Persian Blue

📋 copy color: '#3519BB'

red 53 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #3519BB

Tints of Persian Blue #3519BB

RGB

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

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

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

R = 20%
G = 9.43%
B = 70.57%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3519BB (or 0x3519BB) is known color: Persian Blue. HEX triplet: 35, 19 and BB. RGB value is (53,25,187). Sum of RGB (Red+Green+Blue) = 53+25+187=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #3519BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3519BB is #CAE644. Grayscale: #333333. Windows color (decimal): -13297221 or 12261685. OLE color: 12261685.

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

Color convert

RGB 53 25 187 -
CMYK 0.72 0.87 0 0.27
HSL 250.37º 0.76% 0.42% -
HSV(B) 250.37º 0.87% 0.73% -
XYZ 10.79 5.04 47.42 -
YUV 51.84 204.28 128.83 -
System Red Green Blue C M Y K H S L
Decimal 53 25 187 0.72 0.87 0 0.27 250.37 0.76 0.42
Hex 35 19 BB 48 57 0 1B FA 4C 2A
Octal 65 31 273 110 127 0 33 372 114 52
Binary 110101 11001 10111011 1001000 1010111 0 11011 11111010 1001100 101010

Color Harmonies of #3519BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3519BB

Black with #3519BB

Text Example


Text Example

White with #3519BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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