#3119B9

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

Shades of Persian Blue #3119B9

Tints of Persian Blue #3119B9

Color information

#3119B9 (or 0x3119B9) is unknown color: approx Persian Blue. HEX triplet: 31, 19 and B9. RGB value is (49,25,185). Sum of RGB (Red+Green+Blue) = 49+25+185=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 185 (72.66% from 255 or 71.43% from 259); Max value from RGB is 185 - color contains mainly: blue. Hex color #3119B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3119B9 is #CEE646. Grayscale: #313131. Windows color (decimal): -13559367 or 12130609. OLE color: 12130609.

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

Color convert

RGB4925185-
CMYK0.740.8600.27
HSL249º76.19%41.18%-
HSV(B)249º86.49%72.55%-
XYZ10.374.8546.29-
YUV50.42203.95126.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 185 (72.66% from 255) = 71.43%
R=18.92%
G=9.65%
B=71.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49251850.740.8600.2724976.1941.18
Hex3119B94A5601Bf94c29
Octal613127111212603337111451
Binary110001110011011100110010101010110011011111110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3119B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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