#3166F8

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

Shades of Royal Blue #3166F8

Tints of Royal Blue #3166F8

Color information

#3166F8 (or 0x3166F8) is unknown color: approx Royal Blue. HEX triplet: 31, 66 and F8. RGB value is (49,102,248). Sum of RGB (Red+Green+Blue) = 49+102+248=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 248 (97.27% from 255 or 62.16% from 399); Max value from RGB is 248 - color contains mainly: blue. Hex color #3166F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3166F8 is #CE9907. Grayscale: #666666. Windows color (decimal): -13539592 or 16279089. OLE color: 16279089.

HSL color Cylindrical-coordinate representation of color #3166F8: hue angle of 224.02º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3166F8 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB49102248-
CMYK0.800.5900.03
HSL224.02º93.43%58.24%-
HSV(B)224.02º80.24%97.25%-
XYZ22.9616.9390.87-
YUV102.8209.9489.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.28%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 248 (97.27% from 255) = 62.16%
R=12.28%
G=25.56%
B=62.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal491022480.800.5900.03224.0293.4358.24
Hex3166F8503B03e05d3a
Octal61146370120730334013572
Binary1100011100110111110001010000111011011111000001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3166F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3166F8; }

 p { color: rgb(49,102,248); }

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

<style>
 a { background-color: #3166F8; }

 a { background-color: rgb(49,102,248); }

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

<style>
 span { border-color: #3166F8; }

 span { border-color: rgb(49,102,248); }

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