#3518BF

Color #3518BF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3518BF

Tints of Persian Blue #3518BF

Color information

#3518BF (or 0x3518BF) is unknown color: approx Persian Blue. HEX triplet: 35, 18 and BF. RGB value is (53,24,191). Sum of RGB (Red+Green+Blue) = 53+24+191=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #3518BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518BF is #CAE740. Grayscale: #333333. Windows color (decimal): -13297473 or 12523573. OLE color: 12523573.

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

Color convert

RGB5324191-
CMYK0.720.8700.25
HSL250.42º77.67%42.16%-
HSV(B)250.42º87.43%74.9%-
XYZ11.25.1749.7-
YUV51.71206.61128.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 191 (75% from 255) = 71.27%
R=19.78%
G=8.96%
B=71.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53241910.720.8700.25250.4277.6742.16
Hex3518BF4857019fa4e2a
Octal653027711012703137211652
Binary110101110001011111110010001010111011001111110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3518BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3518BF; }

 p { color: rgb(53,24,191); }

 H1.HeaderClassName
 {
   color: #3518BF;
 }
 .AnyTagClassName
 {
   color: #3518BF;
 }
</style>
background-color css

<style>
 a { background-color: #3518BF; }

 a { background-color: rgb(53,24,191); }

 div.DivClassName
 {
   background-color: #3518BF;
 }
 .BgClassName
 {
   background-color: #3518BF;
 }
</style>
border-color css

<style>
 span { border-color: #3518BF; }

 span { border-color: rgb(53,24,191); }

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