#316ACB

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

Shades of Royal Blue #316ACB

Tints of Royal Blue #316ACB

Color information

#316ACB (or 0x316ACB) is unknown color: approx Royal Blue. HEX triplet: 31, 6A and CB. RGB value is (49,106,203). Sum of RGB (Red+Green+Blue) = 49+106+203=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #316ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ACB is #CE9534. Grayscale: #636363. Windows color (decimal): -13538613 or 13330993. OLE color: 13330993.

HSL color Cylindrical-coordinate representation of color #316ACB: hue angle of 217.79º 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 #316ACB is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB49106203-
CMYK0.760.4800.20
HSL217.79º61.11%49.41%-
HSV(B)217.79º75.86%79.61%-
XYZ17.215.2758.54-
YUV100.01186.1291.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.69%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=13.69%
G=29.61%
B=56.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal491062030.760.4800.20217.7961.1149.41
Hex316ACB4C30014da3d31
Octal61152313114600243327561
Binary110001110101011001011100110011000001010011011010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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