#346BD0

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

Shades of Royal Blue #346BD0

Tints of Royal Blue #346BD0

Color information

#346BD0 (or 0x346BD0) is unknown color: approx Royal Blue. HEX triplet: 34, 6B and D0. RGB value is (52,107,208). Sum of RGB (Red+Green+Blue) = 52+107+208=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #346BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BD0 is #CB942F. Grayscale: #656565. Windows color (decimal): -13341744 or 13658932. OLE color: 13658932.

HSL color Cylindrical-coordinate representation of color #346BD0: hue angle of 218.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346BD0 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB52107208-
CMYK0.750.4900.18
HSL218.85º62.4%50.98%-
HSV(B)218.85º75%81.57%-
XYZ18.0615.861.77-
YUV102.07187.7892.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 208 (81.64% from 255) = 56.68%
R=14.17%
G=29.16%
B=56.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal521072080.750.4900.18218.8562.450.98
Hex346BD04B31012db3e33
Octal64153320113610223337663
Binary110100110101111010000100101111000101001011011011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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