#3474FE

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

Shades of Royal Blue #3474FE

Tints of Royal Blue #3474FE

Color information

#3474FE (or 0x3474FE) is unknown color: approx Royal Blue. HEX triplet: 34, 74 and FE. RGB value is (52,116,254). Sum of RGB (Red+Green+Blue) = 52+116+254=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #3474FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3474FE is #CB8B01. Grayscale: #6F6F6F. Windows color (decimal): -13339394 or 16675892. OLE color: 16675892.

HSL color Cylindrical-coordinate representation of color #3474FE: hue angle of 220.99º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3474FE is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB52116254-
CMYK0.800.5400.00
HSL220.99º99.02%60%-
HSV(B)220.99º79.53%99.61%-
XYZ25.5520.3896.35-
YUV112.6207.884.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.32%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 254 (99.61% from 255) = 60.19%
R=12.32%
G=27.49%
B=60.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal521162540.800.5400.00220.9999.0260
Hex3474FE503600dd633c
Octal64164376120660033514374
Binary110100111010011111110101000011011000110111011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3474FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3474FE; }

 p { color: rgb(52,116,254); }

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

<style>
 a { background-color: #3474FE; }

 a { background-color: rgb(52,116,254); }

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

<style>
 span { border-color: #3474FE; }

 span { border-color: rgb(52,116,254); }

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