#346699

Color #346699 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #346699

Tints of Lochmara #346699

Color information

#346699 (or 0x346699) is unknown color: approx Lochmara. HEX triplet: 34, 66 and 99. RGB value is (52,102,153). Sum of RGB (Red+Green+Blue) = 52+102+153=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #346699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346699 is #CB9966. Grayscale: #5C5C5C. Windows color (decimal): -13343079 or 10053172. OLE color: 10053172.

HSL color Cylindrical-coordinate representation of color #346699: hue angle of 210.3º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346699 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB52102153-
CMYK0.660.3300.4
HSL210.3º49.27%40.2%-
HSV(B)210.3º66.01%60%-
XYZ11.9212.5331.93-
YUV92.86161.9498.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=16.94%
G=33.22%
B=49.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521021530.660.3300.4210.349.2740.2
Hex3466994221028d23128
Octal64146231102410503226150
Binary1101001100110100110011000010100001010100011010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346699; }

 p { color: rgb(52,102,153); }

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

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

 a { background-color: rgb(52,102,153); }

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

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

 span { border-color: rgb(52,102,153); }

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