#346497

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

Shades of Lochmara #346497

Tints of Lochmara #346497

Color information

#346497 (or 0x346497) is unknown color: approx Lochmara. HEX triplet: 34, 64 and 97. RGB value is (52,100,151). Sum of RGB (Red+Green+Blue) = 52+100+151=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #346497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346497 is #CB9B68. Grayscale: #5B5B5B. Windows color (decimal): -13343593 or 9921588. OLE color: 9921588.

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

Color convert

RGB52100151-
CMYK0.660.3400.41
HSL210.91º48.77%39.8%-
HSV(B)210.91º65.56%59.22%-
XYZ11.5612.0831-
YUV91.46161.699.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 151 (59.38% from 255) = 49.83%
R=17.16%
G=33.00%
B=49.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521001510.660.3400.41210.9148.7739.8
Hex3464974222029d33128
Octal64144227102420513236150
Binary1101001100100100101111000010100010010100111010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346497; }

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

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

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

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

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

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

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

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