#3971F1

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

Shades of Royal Blue #3971F1

Tints of Royal Blue #3971F1

Color information

#3971F1 (or 0x3971F1) is unknown color: approx Royal Blue. HEX triplet: 39, 71 and F1. RGB value is (57,113,241). Sum of RGB (Red+Green+Blue) = 57+113+241=411 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.87% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #3971F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3971F1 is #C68E0E. Grayscale: #6E6E6E. Windows color (decimal): -13012495 or 15823161. OLE color: 15823161.

HSL color Cylindrical-coordinate representation of color #3971F1: hue angle of 221.74º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3971F1 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB57113241-
CMYK0.760.5300.05
HSL221.74º86.79%58.43%-
HSV(B)221.74º76.35%94.51%-
XYZ23.4719.0385.66-
YUV110.85201.4589.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.87%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 241 (94.53% from 255) = 58.64%
R=13.87%
G=27.49%
B=58.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal571132410.760.5300.05221.7486.7958.43
Hex3971F14C3505de573a
Octal71161361114650533612772
Binary11100111100011111000110011001101010101110111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3971F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3971F1; }

 p { color: rgb(57,113,241); }

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

<style>
 a { background-color: #3971F1; }

 a { background-color: rgb(57,113,241); }

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

<style>
 span { border-color: #3971F1; }

 span { border-color: rgb(57,113,241); }

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