#3169D9

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

Shades of Royal Blue #3169D9

Tints of Royal Blue #3169D9

Color information

#3169D9 (or 0x3169D9) is unknown color: approx Royal Blue. HEX triplet: 31, 69 and D9. RGB value is (49,105,217). Sum of RGB (Red+Green+Blue) = 49+105+217=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 217 (85.16% from 255 or 58.49% from 371); Max value from RGB is 217 - color contains mainly: blue. Hex color #3169D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3169D9 is #CE9626. Grayscale: #646464. Windows color (decimal): -13538855 or 14248241. OLE color: 14248241.

HSL color Cylindrical-coordinate representation of color #3169D9: hue angle of 220º degrees, saturation: 0.69, 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 #3169D9 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB49105217-
CMYK0.770.5200.15
HSL220º68.85%52.16%-
HSV(B)220º77.42%85.1%-
XYZ18.8415.7767.7-
YUV101.02193.4590.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.21%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 217 (85.16% from 255) = 58.49%
R=13.21%
G=28.30%
B=58.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal491052170.770.5200.1522068.8552.16
Hex3169D94D340Fdc4534
Octal611513311156401733410564
Binary110001110100111011001100110111010001111110111001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3169D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3169D9; }

 p { color: rgb(49,105,217); }

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

<style>
 a { background-color: #3169D9; }

 a { background-color: rgb(49,105,217); }

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

<style>
 span { border-color: #3169D9; }

 span { border-color: rgb(49,105,217); }

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