#346FCA

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

Shades of Royal Blue #346FCA

Tints of Royal Blue #346FCA

Color information

#346FCA (or 0x346FCA) is unknown color: approx Royal Blue. HEX triplet: 34, 6F and CA. RGB value is (52,111,202). Sum of RGB (Red+Green+Blue) = 52+111+202=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #346FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FCA is #CB9035. Grayscale: #676767. Windows color (decimal): -13340726 or 13266740. OLE color: 13266740.

HSL color Cylindrical-coordinate representation of color #346FCA: hue angle of 216.4º 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 #346FCA is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52111202-
CMYK0.740.4500.21
HSL216.4º59.06%49.8%-
HSV(B)216.4º74.26%79.22%-
XYZ17.7616.3658.1-
YUV103.73183.4591.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.25%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 202 (79.30% from 255) = 55.34%
R=14.25%
G=30.41%
B=55.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521112020.740.4500.21216.459.0649.8
Hex346FCA4A2D015d83b32
Octal64157312112550253307362
Binary110100110111111001010100101010110101010111011000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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