#346799

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

Shades of Lochmara #346799

Tints of Lochmara #346799

Color information

#346799 (or 0x346799) is unknown color: approx Lochmara. HEX triplet: 34, 67 and 99. RGB value is (52,103,153). Sum of RGB (Red+Green+Blue) = 52+103+153=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #346799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346799 is #CB9866. Grayscale: #5D5D5D. Windows color (decimal): -13342823 or 10053428. OLE color: 10053428.

HSL color Cylindrical-coordinate representation of color #346799: hue angle of 209.7º 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 #346799 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB52103153-
CMYK0.660.3300.4
HSL209.7º49.27%40.2%-
HSV(B)209.7º66.01%60%-
XYZ12.0212.7331.96-
YUV93.45161.698.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=16.88%
G=33.44%
B=49.68%

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
Decimal521031530.660.3300.4209.749.2740.2
Hex3467994221028d23128
Octal64147231102410503226150
Binary1101001100111100110011000010100001010100011010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346799; }

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

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

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

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

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

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

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

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