#346696

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

Shades of Lochmara #346696

Tints of Lochmara #346696

Color information

#346696 (or 0x346696) is unknown color: approx Lochmara. HEX triplet: 34, 66 and 96. RGB value is (52,102,150). Sum of RGB (Red+Green+Blue) = 52+102+150=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #346696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346696 is #CB9969. Grayscale: #5C5C5C. Windows color (decimal): -13343082 or 9856564. OLE color: 9856564.

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

Color convert

RGB52102150-
CMYK0.650.3200.41
HSL209.39º48.51%39.61%-
HSV(B)209.39º65.33%58.82%-
XYZ11.6712.4330.64-
YUV92.52160.4499.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=17.11%
G=33.55%
B=49.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521021500.650.3200.41209.3948.5139.61
Hex3466964120029d13128
Octal64146226101400513216150
Binary1101001100110100101101000001100000010100111010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346696; }

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

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

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

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

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

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

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

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