#346BCC

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

Shades of Royal Blue #346BCC

Tints of Royal Blue #346BCC

Color information

#346BCC (or 0x346BCC) is unknown color: approx Royal Blue. HEX triplet: 34, 6B and CC. RGB value is (52,107,204). Sum of RGB (Red+Green+Blue) = 52+107+204=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #346BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BCC is #CB9433. Grayscale: #656565. Windows color (decimal): -13341748 or 13396788. OLE color: 13396788.

HSL color Cylindrical-coordinate representation of color #346BCC: hue angle of 218.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346BCC is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB52107204-
CMYK0.750.4800.2
HSL218.29º59.84%50.2%-
HSV(B)218.29º74.51%80%-
XYZ17.5715.6159.21-
YUV101.61185.7892.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.33%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 204 (80.08% from 255) = 56.20%
R=14.33%
G=29.48%
B=56.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal521072040.750.4800.2218.2959.8450.2
Hex346BCC4B30014da3c32
Octal64153314113600243327462
Binary110100110101111001100100101111000001010011011010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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