#3167FC

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

Shades of Royal Blue #3167FC

Tints of Royal Blue #3167FC

Color information

#3167FC (or 0x3167FC) is unknown color: approx Royal Blue. HEX triplet: 31, 67 and FC. RGB value is (49,103,252). Sum of RGB (Red+Green+Blue) = 49+103+252=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #3167FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3167FC is #CE9803. Grayscale: #676767. Windows color (decimal): -13539332 or 16541489. OLE color: 16541489.

HSL color Cylindrical-coordinate representation of color #3167FC: hue angle of 224.04º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3167FC is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB49103252-
CMYK0.810.5900.01
HSL224.04º97.13%59.02%-
HSV(B)224.04º80.56%98.82%-
XYZ23.6917.3894.2-
YUV103.84211.6188.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.13%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 252 (98.83% from 255) = 62.38%
R=12.13%
G=25.50%
B=62.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal491032520.810.5900.01224.0497.1359.02
Hex3167FC513B01e0613b
Octal61147374121730134014173
Binary110001110011111111100101000111101101111000001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3167FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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