#346CCE

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

Shades of Royal Blue #346CCE

Tints of Royal Blue #346CCE

Color information

#346CCE (or 0x346CCE) is unknown color: approx Royal Blue. HEX triplet: 34, 6C and CE. RGB value is (52,108,206). Sum of RGB (Red+Green+Blue) = 52+108+206=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #346CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CCE is #CB9331. Grayscale: #656565. Windows color (decimal): -13341490 or 13528116. OLE color: 13528116.

HSL color Cylindrical-coordinate representation of color #346CCE: hue angle of 218.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346CCE is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB52108206-
CMYK0.750.4800.19
HSL218.18º61.11%50.59%-
HSV(B)218.18º74.76%80.78%-
XYZ17.9215.9160.52-
YUV102.43186.4592.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.21%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 206 (80.86% from 255) = 56.28%
R=14.21%
G=29.51%
B=56.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal521082060.750.4800.19218.1861.1150.59
Hex346CCE4B30013da3d33
Octal64154316113600233327563
Binary110100110110011001110100101111000001001111011010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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