#346997

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

Shades of Lochmara #346997

Tints of Lochmara #346997

Color information

#346997 (or 0x346997) is unknown color: approx Lochmara. HEX triplet: 34, 69 and 97. RGB value is (52,105,151). Sum of RGB (Red+Green+Blue) = 52+105+151=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #346997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346997 is #CB9668. Grayscale: #5E5E5E. Windows color (decimal): -13342313 or 9922868. OLE color: 9922868.

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

Color convert

RGB52105151-
CMYK0.660.3000.41
HSL207.88º48.77%39.8%-
HSV(B)207.88º65.56%59.22%-
XYZ12.0513.0731.17-
YUV94.4159.9497.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 151 (59.38% from 255) = 49.03%
R=16.88%
G=34.09%
B=49.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521051510.660.3000.41207.8848.7739.8
Hex346997421E029d03128
Octal64151227102360513206150
Binary110100110100110010111100001011110010100111010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346997; }

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

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

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

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

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

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

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

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