#316ECA

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

Shades of Royal Blue #316ECA

Tints of Royal Blue #316ECA

Color information

#316ECA (or 0x316ECA) is unknown color: approx Royal Blue. HEX triplet: 31, 6E and CA. RGB value is (49,110,202). Sum of RGB (Red+Green+Blue) = 49+110+202=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #316ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ECA is #CE9135. Grayscale: #656565. Windows color (decimal): -13537590 or 13266481. OLE color: 13266481.

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

Color convert

RGB49110202-
CMYK0.760.4600.21
HSL216.08º60.96%49.22%-
HSV(B)216.08º75.74%79.22%-
XYZ17.516.0758.06-
YUV102.25184.2990.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=13.57%
G=30.47%
B=55.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal491102020.760.4600.21216.0860.9649.22
Hex316ECA4C2E015d83d31
Octal61156312114560253307561
Binary110001110111011001010100110010111001010111011000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,110,202); }

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

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

 a { background-color: rgb(49,110,202); }

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

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

 span { border-color: rgb(49,110,202); }

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