#3415BA

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

Shades of Persian Blue #3415BA

Tints of Persian Blue #3415BA

Color information

#3415BA (or 0x3415BA) is unknown color: approx Persian Blue. HEX triplet: 34, 15 and BA. RGB value is (52,21,186). Sum of RGB (Red+Green+Blue) = 52+21+186=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #3415BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3415BA is #CBEA45. Grayscale: #303030. Windows color (decimal): -13363782 or 12195124. OLE color: 12195124.

HSL color Cylindrical-coordinate representation of color #3415BA: hue angle of 251.27º 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 #3415BA is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5221186-
CMYK0.720.8900.27
HSL251.27º79.71%40.59%-
HSV(B)251.27º88.71%72.94%-
XYZ10.554.8146.83-
YUV49.08205.27130.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 186 (73.05% from 255) = 71.81%
R=20.08%
G=8.11%
B=71.81%

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
Decimal52211860.720.8900.27251.2779.7140.59
Hex3415BA485901Bfb5029
Octal642527211013103337312051
Binary110100101011011101010010001011001011011111110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3415BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3415BA; }

 p { color: rgb(52,21,186); }

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

<style>
 a { background-color: #3415BA; }

 a { background-color: rgb(52,21,186); }

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

<style>
 span { border-color: #3415BA; }

 span { border-color: rgb(52,21,186); }

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