#346ED3

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

Shades of Royal Blue #346ED3

Tints of Royal Blue #346ED3

Color information

#346ED3 (or 0x346ED3) is unknown color: approx Royal Blue. HEX triplet: 34, 6E and D3. RGB value is (52,110,211). Sum of RGB (Red+Green+Blue) = 52+110+211=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #346ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ED3 is #CB912C. Grayscale: #676767. Windows color (decimal): -13340973 or 13856308. OLE color: 13856308.

HSL color Cylindrical-coordinate representation of color #346ED3: hue angle of 218.11º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346ED3 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB52110211-
CMYK0.750.4800.17
HSL218.11º64.37%51.57%-
HSV(B)218.11º75.36%82.75%-
XYZ18.7516.5963.84-
YUV104.17188.2890.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 211 (82.81% from 255) = 56.57%
R=13.94%
G=29.49%
B=56.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal521102110.750.4800.17218.1164.3751.57
Hex346ED34B30011da4034
Octal641563231136002133210064
Binary1101001101110110100111001011110000010001110110101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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