#3163DE

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

Shades of Royal Blue #3163DE

Tints of Royal Blue #3163DE

Color information

#3163DE (or 0x3163DE) is unknown color: approx Royal Blue. HEX triplet: 31, 63 and DE. RGB value is (49,99,222). Sum of RGB (Red+Green+Blue) = 49+99+222=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #3163DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163DE is #CE9C21. Grayscale: #616161. Windows color (decimal): -13540386 or 14574385. OLE color: 14574385.

HSL color Cylindrical-coordinate representation of color #3163DE: hue angle of 222.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3163DE is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4999222-
CMYK0.780.5500.13
HSL222.66º72.38%53.14%-
HSV(B)222.66º77.93%87.06%-
XYZ18.9114.8570.98-
YUV98.07197.9493-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.24%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 222 (87.11% from 255) = 60%
R=13.24%
G=26.76%
B=60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal49992220.780.5500.13222.6672.3853.14
Hex3163DE4E370Ddf4835
Octal611433361166701533711065
Binary110001110001111011110100111011011101101110111111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3163DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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