#3119BC

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

Shades of Persian Blue #3119BC

Tints of Persian Blue #3119BC

Color information

#3119BC (or 0x3119BC) is unknown color: approx Persian Blue. HEX triplet: 31, 19 and BC. RGB value is (49,25,188). Sum of RGB (Red+Green+Blue) = 49+25+188=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #3119BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3119BC is #CEE643. Grayscale: #323232. Windows color (decimal): -13559364 or 12327217. OLE color: 12327217.

HSL color Cylindrical-coordinate representation of color #3119BC: hue angle of 248.83º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3119BC is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4925188-
CMYK0.740.8700.26
HSL248.83º76.53%41.76%-
HSV(B)248.83º86.7%73.73%-
XYZ10.694.9847.97-
YUV50.76205.45126.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 188 (73.83% from 255) = 71.76%
R=18.70%
G=9.54%
B=71.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49251880.740.8700.26248.8376.5341.76
Hex3119BC4A5701Af94d2a
Octal613127411212703237111552
Binary110001110011011110010010101010111011010111110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3119BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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