#346CF8

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

Shades of Royal Blue #346CF8

Tints of Royal Blue #346CF8

Color information

#346CF8 (or 0x346CF8) is unknown color: approx Royal Blue. HEX triplet: 34, 6C and F8. RGB value is (52,108,248). Sum of RGB (Red+Green+Blue) = 52+108+248=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 248 (97.27% from 255 or 60.78% from 408); Max value from RGB is 248 - color contains mainly: blue. Hex color #346CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346CF8 is #CB9307. Grayscale: #6A6A6A. Windows color (decimal): -13341448 or 16280628. OLE color: 16280628.

HSL color Cylindrical-coordinate representation of color #346CF8: hue angle of 222.86º degrees, saturation: 0.93, 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 #346CF8 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB52108248-
CMYK0.790.5600.03
HSL222.86º93.33%58.82%-
HSV(B)222.86º79.03%97.25%-
XYZ23.7218.2391.08-
YUV107.22207.4588.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.75%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 248 (97.27% from 255) = 60.78%
R=12.75%
G=26.47%
B=60.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal521082480.790.5600.03222.8693.3358.82
Hex346CF84F3803df5d3b
Octal64154370117700333713573
Binary1101001101100111110001001111111000011110111111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,108,248); }

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

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

 a { background-color: rgb(52,108,248); }

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

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

 span { border-color: rgb(52,108,248); }

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