#346ECA

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

Shades of Royal Blue #346ECA

Tints of Royal Blue #346ECA

Color information

#346ECA (or 0x346ECA) is unknown color: approx Royal Blue. HEX triplet: 34, 6E and CA. RGB value is (52,110,202). Sum of RGB (Red+Green+Blue) = 52+110+202=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #346ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ECA is #CB9135. Grayscale: #666666. Windows color (decimal): -13340982 or 13266484. OLE color: 13266484.

HSL color Cylindrical-coordinate representation of color #346ECA: hue angle of 216.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346ECA is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52110202-
CMYK0.740.4600.21
HSL216.8º59.06%49.8%-
HSV(B)216.8º74.26%79.22%-
XYZ17.6516.1558.06-
YUV103.15183.7891.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.29%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=14.29%
G=30.22%
B=55.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521102020.740.4600.21216.859.0649.8
Hex346ECA4A2E015d93b32
Octal64156312112560253317362
Binary110100110111011001010100101010111001010111011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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