#3167F4

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

Shades of Royal Blue #3167F4

Tints of Royal Blue #3167F4

Color information

#3167F4 (or 0x3167F4) is unknown color: approx Royal Blue. HEX triplet: 31, 67 and F4. RGB value is (49,103,244). Sum of RGB (Red+Green+Blue) = 49+103+244=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 244 (95.70% from 255 or 61.62% from 396); Max value from RGB is 244 - color contains mainly: blue. Hex color #3167F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3167F4 is #CE980B. Grayscale: #666666. Windows color (decimal): -13539340 or 16017201. OLE color: 16017201.

HSL color Cylindrical-coordinate representation of color #3167F4: hue angle of 223.38º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3167F4 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB49103244-
CMYK0.800.5800.04
HSL223.38º89.86%57.45%-
HSV(B)223.38º79.92%95.69%-
XYZ22.4516.8987.66-
YUV102.93207.6189.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.37%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 244 (95.70% from 255) = 61.62%
R=12.37%
G=26.01%
B=61.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal491032440.800.5800.04223.3889.8657.45
Hex3167F4503A04df5a39
Octal61147364120720433713271
Binary11000111001111111010010100001110100100110111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3167F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3167F4; }

 p { color: rgb(49,103,244); }

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

<style>
 a { background-color: #3167F4; }

 a { background-color: rgb(49,103,244); }

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

<style>
 span { border-color: #3167F4; }

 span { border-color: rgb(49,103,244); }

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