#3515BB

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

Shades of Persian Blue #3515BB

Tints of Persian Blue #3515BB

Color information

#3515BB (or 0x3515BB) is unknown color: approx Persian Blue. HEX triplet: 35, 15 and BB. RGB value is (53,21,187). Sum of RGB (Red+Green+Blue) = 53+21+187=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #3515BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3515BB is #CAEA44. Grayscale: #303030. Windows color (decimal): -13298245 or 12260661. OLE color: 12260661.

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

Color convert

RGB5321187-
CMYK0.720.8900.27
HSL251.57º79.81%40.78%-
HSV(B)251.57º88.77%73.33%-
XYZ10.714.8847.39-
YUV49.49205.6130.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 187 (73.44% from 255) = 71.65%
R=20.31%
G=8.05%
B=71.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53211870.720.8900.27251.5779.8140.78
Hex3515BB485901Bfc5029
Octal652527311013103337412051
Binary110101101011011101110010001011001011011111111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3515BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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