#346897

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

Shades of Lochmara #346897

Tints of Lochmara #346897

Color information

#346897 (or 0x346897) is unknown color: approx Lochmara. HEX triplet: 34, 68 and 97. RGB value is (52,104,151). Sum of RGB (Red+Green+Blue) = 52+104+151=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #346897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346897 is #CB9768. Grayscale: #5D5D5D. Windows color (decimal): -13342569 or 9922612. OLE color: 9922612.

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

Color convert

RGB52104151-
CMYK0.660.3100.41
HSL208.48º48.77%39.8%-
HSV(B)208.48º65.56%59.22%-
XYZ11.9512.8731.13-
YUV93.81160.2798.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 151 (59.38% from 255) = 49.19%
R=16.94%
G=33.88%
B=49.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521041510.660.3100.41208.4848.7739.8
Hex346897421F029d03128
Octal64150227102370513206150
Binary110100110100010010111100001011111010100111010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346897; }

 p { color: rgb(52,104,151); }

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

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

 a { background-color: rgb(52,104,151); }

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

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

 span { border-color: rgb(52,104,151); }

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