#316DCB

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

Shades of Royal Blue #316DCB

Tints of Royal Blue #316DCB

Color information

#316DCB (or 0x316DCB) is unknown color: approx Royal Blue. HEX triplet: 31, 6D and CB. RGB value is (49,109,203). Sum of RGB (Red+Green+Blue) = 49+109+203=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #316DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DCB is #CE9234. Grayscale: #656565. Windows color (decimal): -13537845 or 13331761. OLE color: 13331761.

HSL color Cylindrical-coordinate representation of color #316DCB: hue angle of 216.62º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #316DCB is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB49109203-
CMYK0.760.4600.20
HSL216.62º61.11%49.41%-
HSV(B)216.62º75.86%79.61%-
XYZ17.5115.958.65-
YUV101.78185.1290.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 203 (79.69% from 255) = 56.23%
R=13.57%
G=30.19%
B=56.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal491092030.760.4600.20216.6261.1149.41
Hex316DCB4C2E014d93d31
Octal61155313114560243317561
Binary110001110110111001011100110010111001010011011001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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