#346EFD

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

Shades of Royal Blue #346EFD

Tints of Royal Blue #346EFD

Color information

#346EFD (or 0x346EFD) is unknown color: approx Royal Blue. HEX triplet: 34, 6E and FD. RGB value is (52,110,253). Sum of RGB (Red+Green+Blue) = 52+110+253=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #346EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346EFD is #CB9102. Grayscale: #6C6C6C. Windows color (decimal): -13340931 or 16608820. OLE color: 16608820.

HSL color Cylindrical-coordinate representation of color #346EFD: hue angle of 222.69º degrees, saturation: 0.98, 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 #346EFD is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB52110253-
CMYK0.790.5700.01
HSL222.69º98.05%59.8%-
HSV(B)222.69º79.45%99.22%-
XYZ24.7218.9795.29-
YUV108.96209.2887.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.53%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 253 (99.22% from 255) = 60.96%
R=12.53%
G=26.51%
B=60.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal521102530.790.5700.01222.6998.0559.8
Hex346EFD4F3901df623c
Octal64156375117710133714274
Binary110100110111011111101100111111100101110111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,110,253); }

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

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

 a { background-color: rgb(52,110,253); }

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

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

 span { border-color: rgb(52,110,253); }

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