#3177D3

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

Shades of Royal Blue #3177D3

Tints of Royal Blue #3177D3

Color information

#3177D3 (or 0x3177D3) is unknown color: approx Royal Blue. HEX triplet: 31, 77 and D3. RGB value is (49,119,211). Sum of RGB (Red+Green+Blue) = 49+119+211=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #3177D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3177D3 is #CE882C. Grayscale: #6C6C6C. Windows color (decimal): -13535277 or 13858609. OLE color: 13858609.

HSL color Cylindrical-coordinate representation of color #3177D3: hue angle of 214.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3177D3 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB49119211-
CMYK0.770.4400.17
HSL214.07º64.8%50.98%-
HSV(B)214.07º76.78%82.75%-
XYZ19.6218.5564.17-
YUV108.56185.8185.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.93%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 211 (82.81% from 255) = 55.67%
R=12.93%
G=31.40%
B=55.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal491192110.770.4400.17214.0764.850.98
Hex3177D34D2C011d64133
Octal611673231155402132610163
Binary1100011110111110100111001101101100010001110101101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3177D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3177D3; }

 p { color: rgb(49,119,211); }

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

<style>
 a { background-color: #3177D3; }

 a { background-color: rgb(49,119,211); }

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

<style>
 span { border-color: #3177D3; }

 span { border-color: rgb(49,119,211); }

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