#3276F0

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

Shades of Royal Blue #3276F0

Tints of Royal Blue #3276F0

Color information

#3276F0 (or 0x3276F0) is unknown color: approx Royal Blue. HEX triplet: 32, 76 and F0. RGB value is (50,118,240). Sum of RGB (Red+Green+Blue) = 50+118+240=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 240 (94.14% from 255 or 58.82% from 408); Max value from RGB is 240 - color contains mainly: blue. Hex color #3276F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3276F0 is #CD890F. Grayscale: #6F6F6F. Windows color (decimal): -13469968 or 15758898. OLE color: 15758898.

HSL color Cylindrical-coordinate representation of color #3276F0: hue angle of 218.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3276F0 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB50118240-
CMYK0.790.5100.06
HSL218.53º86.36%56.86%-
HSV(B)218.53º79.17%94.12%-
XYZ23.5219.9385.04-
YUV111.58200.4784.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.25%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 240 (94.14% from 255) = 58.82%
R=12.25%
G=28.92%
B=58.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal501182400.790.5100.06218.5386.3656.86
Hex3276F04F3306db5639
Octal62166360117630633312671
Binary11001011101101111000010011111100110110110110111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3276F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3276F0; }

 p { color: rgb(50,118,240); }

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

<style>
 a { background-color: #3276F0; }

 a { background-color: rgb(50,118,240); }

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

<style>
 span { border-color: #3276F0; }

 span { border-color: rgb(50,118,240); }

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