#3274F5

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

Shades of Royal Blue #3274F5

Tints of Royal Blue #3274F5

Color information

#3274F5 (or 0x3274F5) is unknown color: approx Royal Blue. HEX triplet: 32, 74 and F5. RGB value is (50,116,245). Sum of RGB (Red+Green+Blue) = 50+116+245=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #3274F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3274F5 is #CD8B0A. Grayscale: #6E6E6E. Windows color (decimal): -13470475 or 16086066. OLE color: 16086066.

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

Color convert

RGB50116245-
CMYK0.800.5300.04
HSL219.69º90.7%57.84%-
HSV(B)219.69º79.59%96.08%-
XYZ24.0419.7688.93-
YUV110.97203.6384.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.17%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 245 (96.09% from 255) = 59.61%
R=12.17%
G=28.22%
B=59.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal501162450.800.5300.04219.6990.757.84
Hex3274F5503504dc5b3a
Octal62164365120650433413372
Binary11001011101001111010110100001101010100110111001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3274F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3274F5; }

 p { color: rgb(50,116,245); }

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

<style>
 a { background-color: #3274F5; }

 a { background-color: rgb(50,116,245); }

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

<style>
 span { border-color: #3274F5; }

 span { border-color: rgb(50,116,245); }

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