#3166d1

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

Shades of Royal Blue #3166D1

Tints of Royal Blue #3166D1

Color information

#3166D1 (or 0x3166D1) is unknown color: approx Royal Blue. HEX triplet: 31, 66 and D1. RGB value is (49,102,209). Sum of RGB (Red+Green+Blue) = 49+102+209=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #3166D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166D1 is #CE992E. Grayscale: #616161. Windows color (decimal): -13539631 or 13723185. OLE color: 13723185.

HSL color Cylindrical-coordinate representation of color #3166D1: hue angle of 220.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3166D1 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB49102209-
CMYK0.770.5100.18
HSL220.12º63.49%50.59%-
HSV(B)220.12º76.56%81.96%-
XYZ17.5314.7662.25-
YUV98.35190.4492.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.61%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 209 (82.03% from 255) = 58.06%
R=13.61%
G=28.33%
B=58.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal491022090.770.5100.18220.1263.4950.59
Hex3166D14D33012dc3f33
Octal61146321115630223347763
Binary110001110011011010001100110111001101001011011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3166d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3166d1; }

 p { color: rgb(49,102,209); }

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

<style>
 a { background-color: #3166d1; }

 a { background-color: rgb(49,102,209); }

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

<style>
 span { border-color: #3166d1; }

 span { border-color: rgb(49,102,209); }

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