#346698

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

Shades of Lochmara #346698

Tints of Lochmara #346698

Color information

#346698 (or 0x346698) is unknown color: approx Lochmara. HEX triplet: 34, 66 and 98. RGB value is (52,102,152). Sum of RGB (Red+Green+Blue) = 52+102+152=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #346698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346698 is #CB9967. Grayscale: #5C5C5C. Windows color (decimal): -13343080 or 9987636. OLE color: 9987636.

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

Color convert

RGB52102152-
CMYK0.660.3300.40
HSL210º49.02%40%-
HSV(B)210º65.79%59.61%-
XYZ11.8412.531.49-
YUV92.75161.4498.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=16.99%
G=33.33%
B=49.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521021520.660.3300.4021049.0240
Hex3466984221028d23128
Octal64146230102410503226150
Binary1101001100110100110001000010100001010100011010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346698; }

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

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

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

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

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

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

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

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