#346BFC

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

Shades of Royal Blue #346BFC

Tints of Royal Blue #346BFC

Color information

#346BFC (or 0x346BFC) is unknown color: approx Royal Blue. HEX triplet: 34, 6B and FC. RGB value is (52,107,252). Sum of RGB (Red+Green+Blue) = 52+107+252=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #346BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346BFC is #CB9403. Grayscale: #6A6A6A. Windows color (decimal): -13341700 or 16542516. OLE color: 16542516.

HSL color Cylindrical-coordinate representation of color #346BFC: hue angle of 223.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346BFC is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB52107252-
CMYK0.790.5800.01
HSL223.5º97.09%59.61%-
HSV(B)223.5º79.37%98.82%-
XYZ24.2418.2794.34-
YUV107.08209.7888.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.65%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 252 (98.83% from 255) = 61.31%
R=12.65%
G=26.03%
B=61.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal521072520.790.5800.01223.597.0959.61
Hex346BFC4F3A01e0613c
Octal64153374117720134014174
Binary110100110101111111100100111111101001111000001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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