#3160EC

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

Shades of Royal Blue #3160EC

Tints of Royal Blue #3160EC

Color information

#3160EC (or 0x3160EC) is unknown color: approx Royal Blue. HEX triplet: 31, 60 and EC. RGB value is (49,96,236). Sum of RGB (Red+Green+Blue) = 49+96+236=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #3160EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3160EC is #CE9F13. Grayscale: #616161. Windows color (decimal): -13541140 or 15491121. OLE color: 15491121.

HSL color Cylindrical-coordinate representation of color #3160EC: hue angle of 224.92º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3160EC is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4996236-
CMYK0.790.5900.07
HSL224.92º83.11%55.88%-
HSV(B)224.92º79.24%92.55%-
XYZ20.5915.0781.18-
YUV97.91205.9393.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.86%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 236 (92.58% from 255) = 61.94%
R=12.86%
G=25.20%
B=61.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal49962360.790.5900.07224.9283.1155.88
Hex3160EC4F3B07e15338
Octal61140354117730734112370
Binary11000111000001110110010011111110110111111000011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3160EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3160EC; }

 p { color: rgb(49,96,236); }

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

<style>
 a { background-color: #3160EC; }

 a { background-color: rgb(49,96,236); }

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

<style>
 span { border-color: #3160EC; }

 span { border-color: rgb(49,96,236); }

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