#3473ED

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

Shades of Royal Blue #3473ED

Tints of Royal Blue #3473ED

Color information

#3473ED (or 0x3473ED) is unknown color: approx Royal Blue. HEX triplet: 34, 73 and ED. RGB value is (52,115,237). Sum of RGB (Red+Green+Blue) = 52+115+237=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #3473ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3473ED is #CB8C12. Grayscale: #6D6D6D. Windows color (decimal): -13339667 or 15561524. OLE color: 15561524.

HSL color Cylindrical-coordinate representation of color #3473ED: hue angle of 219.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3473ED is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB52115237-
CMYK0.780.5100.07
HSL219.57º83.71%56.67%-
HSV(B)219.57º78.06%92.94%-
XYZ22.8319.1182.61-
YUV110.07199.6386.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.87%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 237 (92.97% from 255) = 58.66%
R=12.87%
G=28.47%
B=58.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal521152370.780.5100.07219.5783.7156.67
Hex3473ED4E3307dc5439
Octal64163355116630733412471
Binary11010011100111110110110011101100110111110111001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3473ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3473ED; }

 p { color: rgb(52,115,237); }

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

<style>
 a { background-color: #3473ED; }

 a { background-color: rgb(52,115,237); }

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

<style>
 span { border-color: #3473ED; }

 span { border-color: rgb(52,115,237); }

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