#3160F8

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

Shades of Royal Blue #3160F8

Tints of Royal Blue #3160F8

Color information

#3160F8 (or 0x3160F8) is unknown color: approx Royal Blue. HEX triplet: 31, 60 and F8. RGB value is (49,96,248). Sum of RGB (Red+Green+Blue) = 49+96+248=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #3160F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3160F8 is #CE9F07. Grayscale: #626262. Windows color (decimal): -13541128 or 16277553. OLE color: 16277553.

HSL color Cylindrical-coordinate representation of color #3160F8: hue angle of 225.83º 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 #3160F8 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4996248-
CMYK0.800.6100.03
HSL225.83º93.43%58.24%-
HSV(B)225.83º80.24%97.25%-
XYZ22.3915.890.68-
YUV99.28211.9392.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.47%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 248 (97.27% from 255) = 63.10%
R=12.47%
G=24.43%
B=63.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal49962480.800.6100.03225.8393.4358.24
Hex3160F8503D03e25d3a
Octal61140370120750334213572
Binary1100011100000111110001010000111101011111000101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3160F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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