#3163E7

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

Shades of Royal Blue #3163E7

Tints of Royal Blue #3163E7

Color information

#3163E7 (or 0x3163E7) is unknown color: approx Royal Blue. HEX triplet: 31, 63 and E7. RGB value is (49,99,231). Sum of RGB (Red+Green+Blue) = 49+99+231=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #3163E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3163E7 is #CE9C18. Grayscale: #626262. Windows color (decimal): -13540377 or 15164209. OLE color: 15164209.

HSL color Cylindrical-coordinate representation of color #3163E7: hue angle of 223.52º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3163E7 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4999231-
CMYK0.790.5700.09
HSL223.52º79.13%54.9%-
HSV(B)223.52º78.79%90.59%-
XYZ20.1515.3577.5-
YUV99.1202.4492.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.93%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 231 (90.62% from 255) = 60.95%
R=12.93%
G=26.12%
B=60.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal49992310.790.5700.09223.5279.1354.9
Hex3163E74F3909e04f37
Octal611433471177101134011767
Binary110001110001111100111100111111100101001111000001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3163E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3163E7; }

 p { color: rgb(49,99,231); }

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

<style>
 a { background-color: #3163E7; }

 a { background-color: rgb(49,99,231); }

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

<style>
 span { border-color: #3163E7; }

 span { border-color: rgb(49,99,231); }

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