#346797

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

Shades of Lochmara #346797

Tints of Lochmara #346797

Color information

#346797 (or 0x346797) is unknown color: approx Lochmara. HEX triplet: 34, 67 and 97. RGB value is (52,103,151). Sum of RGB (Red+Green+Blue) = 52+103+151=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #346797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346797 is #CB9868. Grayscale: #5C5C5C. Windows color (decimal): -13342825 or 9922356. OLE color: 9922356.

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

Color convert

RGB52103151-
CMYK0.660.3200.41
HSL209.09º48.77%39.8%-
HSV(B)209.09º65.56%59.22%-
XYZ11.8512.6631.1-
YUV93.22160.698.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 151 (59.38% from 255) = 49.35%
R=16.99%
G=33.66%
B=49.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521031510.660.3200.41209.0948.7739.8
Hex3467974220029d13128
Octal64147227102400513216150
Binary1101001100111100101111000010100000010100111010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346797; }

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

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

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

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

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

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

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

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