#316DD8

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

Shades of Royal Blue #316DD8

Tints of Royal Blue #316DD8

Color information

#316DD8 (or 0x316DD8) is unknown color: approx Royal Blue. HEX triplet: 31, 6D and D8. RGB value is (49,109,216). Sum of RGB (Red+Green+Blue) = 49+109+216=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #316DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DD8 is #CE9227. Grayscale: #666666. Windows color (decimal): -13537832 or 14183729. OLE color: 14183729.

HSL color Cylindrical-coordinate representation of color #316DD8: hue angle of 218.44º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #316DD8 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB49109216-
CMYK0.770.5000.15
HSL218.44º68.16%51.96%-
HSV(B)218.44º77.31%84.71%-
XYZ19.1316.5567.15-
YUV103.26191.6289.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.10%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 216 (84.77% from 255) = 57.75%
R=13.10%
G=29.14%
B=57.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal491092160.770.5000.15218.4468.1651.96
Hex316DD84D320Fda4434
Octal611553301156201733210464
Binary110001110110111011000100110111001001111110110101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316DD8; }

 p { color: rgb(49,109,216); }

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

<style>
 a { background-color: #316DD8; }

 a { background-color: rgb(49,109,216); }

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

<style>
 span { border-color: #316DD8; }

 span { border-color: rgb(49,109,216); }

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