#3515BD

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

Shades of Persian Blue #3515BD

Tints of Persian Blue #3515BD

Color information

#3515BD (or 0x3515BD) is unknown color: approx Persian Blue. HEX triplet: 35, 15 and BD. RGB value is (53,21,189). Sum of RGB (Red+Green+Blue) = 53+21+189=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3515BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3515BD is #CAEA42. Grayscale: #313131. Windows color (decimal): -13298243 or 12391733. OLE color: 12391733.

HSL color Cylindrical-coordinate representation of color #3515BD: hue angle of 251.43º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3515BD is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5321189-
CMYK0.720.8900.26
HSL251.43º80%41.18%-
HSV(B)251.43º88.89%74.12%-
XYZ10.924.9748.53-
YUV49.72206.6130.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 189 (74.22% from 255) = 71.86%
R=20.15%
G=7.98%
B=71.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53211890.720.8900.26251.438041.18
Hex3515BD485901Afb5029
Octal652527511013103237312051
Binary110101101011011110110010001011001011010111110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3515BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3515BD; }

 p { color: rgb(53,21,189); }

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

<style>
 a { background-color: #3515BD; }

 a { background-color: rgb(53,21,189); }

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

<style>
 span { border-color: #3515BD; }

 span { border-color: rgb(53,21,189); }

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