#3171ff

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

Shades of Royal Blue #3171FF

Tints of Royal Blue #3171FF

Color information

#3171FF (or 0x3171FF) is unknown color: approx Royal Blue. HEX triplet: 31, 71 and FF. RGB value is (49,113,255). Sum of RGB (Red+Green+Blue) = 49+113+255=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #3171FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3171FF is #CE8E00. Grayscale: #6D6D6D. Windows color (decimal): -13536769 or 16740657. OLE color: 16740657.

HSL color Cylindrical-coordinate representation of color #3171FF: hue angle of 221.36º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3171FF is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB49113255-
CMYK0.810.5600
HSL221.36º100%59.61%-
HSV(B)221.36º80.78%100%-
XYZ25.2219.6897.08-
YUV110.05209.884.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.75%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 255 (100% from 255) = 61.15%
R=11.75%
G=27.10%
B=61.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal491132550.810.5600221.3610059.61
Hex3171FF513800dd643c
Octal61161377121700033514474
Binary110001111000111111111101000111100000110111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3171ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3171ff; }

 p { color: rgb(49,113,255); }

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

<style>
 a { background-color: #3171ff; }

 a { background-color: rgb(49,113,255); }

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

<style>
 span { border-color: #3171ff; }

 span { border-color: rgb(49,113,255); }

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

cancel