#3115B9

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

Shades of Persian Blue #3115B9

Tints of Persian Blue #3115B9

Color information

#3115B9 (or 0x3115B9) is unknown color: approx Persian Blue. HEX triplet: 31, 15 and B9. RGB value is (49,21,185). Sum of RGB (Red+Green+Blue) = 49+21+185=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 185 (72.66% from 255 or 72.55% from 255); Max value from RGB is 185 - color contains mainly: blue. Hex color #3115B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115B9 is #CEEA46. Grayscale: #2F2F2F. Windows color (decimal): -13560391 or 12129585. OLE color: 12129585.

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

Color convert

RGB4921185-
CMYK0.740.8900.27
HSL250.24º79.61%40.39%-
HSV(B)250.24º88.65%72.55%-
XYZ10.294.6946.26-
YUV48.07205.28128.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 185 (72.66% from 255) = 72.55%
R=19.22%
G=8.24%
B=72.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49211850.740.8900.27250.2479.6140.39
Hex3115B94A5901Bfa5028
Octal612527111213103337212050
Binary110001101011011100110010101011001011011111110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3115B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3115B9; }

 p { color: rgb(49,21,185); }

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

<style>
 a { background-color: #3115B9; }

 a { background-color: rgb(49,21,185); }

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

<style>
 span { border-color: #3115B9; }

 span { border-color: rgb(49,21,185); }

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