#346499

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

Shades of Lochmara #346499

Tints of Lochmara #346499

Color information

#346499 (or 0x346499) is unknown color: approx Lochmara. HEX triplet: 34, 64 and 99. RGB value is (52,100,153). Sum of RGB (Red+Green+Blue) = 52+100+153=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #346499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346499 is #CB9B66. Grayscale: #5B5B5B. Windows color (decimal): -13343591 or 10052660. OLE color: 10052660.

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

Color convert

RGB52100153-
CMYK0.660.3500.4
HSL211.49º49.27%40.2%-
HSV(B)211.49º66.01%60%-
XYZ11.7212.1431.86-
YUV91.69162.699.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=17.05%
G=32.79%
B=50.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521001530.660.3500.4211.4949.2740.2
Hex3464994223028d33128
Octal64144231102430503236150
Binary1101001100100100110011000010100011010100011010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346499; }

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

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

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

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

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

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

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

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