#3116BA

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

Shades of Persian Blue #3116BA

Tints of Persian Blue #3116BA

Color information

#3116BA (or 0x3116BA) is unknown color: approx Persian Blue. HEX triplet: 31, 16 and BA. RGB value is (49,22,186). Sum of RGB (Red+Green+Blue) = 49+22+186=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #3116BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3116BA is #CEE945. Grayscale: #303030. Windows color (decimal): -13560134 or 12195377. OLE color: 12195377.

HSL color Cylindrical-coordinate representation of color #3116BA: hue angle of 249.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3116BA is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4922186-
CMYK0.740.8800.27
HSL249.88º78.85%40.78%-
HSV(B)249.88º88.17%72.94%-
XYZ10.424.7746.83-
YUV48.77205.45128.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 186 (73.05% from 255) = 72.37%
R=19.07%
G=8.56%
B=72.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49221860.740.8800.27249.8878.8540.78
Hex3116BA4A5801Bfa4f29
Octal612627211213003337211751
Binary110001101101011101010010101011000011011111110101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3116BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,22,186); }

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

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

 a { background-color: rgb(49,22,186); }

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

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

 span { border-color: rgb(49,22,186); }

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