#346C99

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

Shades of Lochmara #346C99

Tints of Lochmara #346C99

Color information

#346C99 (or 0x346C99) is unknown color: approx Lochmara. HEX triplet: 34, 6C and 99. RGB value is (52,108,153). Sum of RGB (Red+Green+Blue) = 52+108+153=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #346C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C99 is #CB9366. Grayscale: #606060. Windows color (decimal): -13341543 or 10054708. OLE color: 10054708.

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

Color convert

RGB52108153-
CMYK0.660.2900.4
HSL206.73º49.27%40.2%-
HSV(B)206.73º66.01%60%-
XYZ12.5313.7632.13-
YUV96.39159.9596.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=16.61%
G=34.50%
B=48.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521081530.660.2900.4206.7349.2740.2
Hex346C99421D028cf3128
Octal64154231102350503176150
Binary110100110110010011001100001011101010100011001111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346C99; }

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

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

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

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

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

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

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

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