#346BF7

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

Shades of Royal Blue #346BF7

Tints of Royal Blue #346BF7

Color information

#346BF7 (or 0x346BF7) is unknown color: approx Royal Blue. HEX triplet: 34, 6B and F7. RGB value is (52,107,247). Sum of RGB (Red+Green+Blue) = 52+107+247=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 247 (96.88% from 255 or 60.84% from 406); Max value from RGB is 247 - color contains mainly: blue. Hex color #346BF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346BF7 is #CB9408. Grayscale: #696969. Windows color (decimal): -13341705 or 16214836. OLE color: 16214836.

HSL color Cylindrical-coordinate representation of color #346BF7: hue angle of 223.08º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346BF7 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB52107247-
CMYK0.790.5700.03
HSL223.08º92.42%58.63%-
HSV(B)223.08º78.95%96.86%-
XYZ23.4617.9690.23-
YUV106.52207.2889.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.81%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 247 (96.88% from 255) = 60.84%
R=12.81%
G=26.35%
B=60.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal521072470.790.5700.03223.0892.4258.63
Hex346BF74F3903df5c3b
Octal64153367117710333713473
Binary1101001101011111101111001111111001011110111111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346BF7; }

 p { color: rgb(52,107,247); }

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

<style>
 a { background-color: #346BF7; }

 a { background-color: rgb(52,107,247); }

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

<style>
 span { border-color: #346BF7; }

 span { border-color: rgb(52,107,247); }

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