#3159F5

Color #3159F5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3159F5

Tints of Royal Blue #3159F5

Color information

#3159F5 (or 0x3159F5) is unknown color: approx Royal Blue. HEX triplet: 31, 59 and F5. RGB value is (49,89,245). Sum of RGB (Red+Green+Blue) = 49+89+245=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 245 (96.09% from 255 or 63.97% from 383); Max value from RGB is 245 - color contains mainly: blue. Hex color #3159F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3159F5 is #CEA60A. Grayscale: #5E5E5E. Windows color (decimal): -13542923 or 16079153. OLE color: 16079153.

HSL color Cylindrical-coordinate representation of color #3159F5: hue angle of 227.76º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3159F5 is Cyan = 0.8, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4989245-
CMYK0.80.6400.04
HSL227.76º90.74%57.65%-
HSV(B)227.76º80%96.08%-
XYZ21.3214.3988.04-
YUV94.82212.7595.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.79%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 245 (96.09% from 255) = 63.97%
R=12.79%
G=23.24%
B=63.97%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal49892450.80.6400.04227.7690.7457.65
Hex3159F5504004e45b3a
Octal611313651201000434413372
Binary110001101100111110101101000010000000100111001001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3159F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3159F5; }

 p { color: rgb(49,89,245); }

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

<style>
 a { background-color: #3159F5; }

 a { background-color: rgb(49,89,245); }

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

<style>
 span { border-color: #3159F5; }

 span { border-color: rgb(49,89,245); }

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