#347399

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

Shades of Lochmara #347399

Tints of Lochmara #347399

Color information

#347399 (or 0x347399) is unknown color: approx Lochmara. HEX triplet: 34, 73 and 99. RGB value is (52,115,153). Sum of RGB (Red+Green+Blue) = 52+115+153=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #347399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347399 is #CB8C66. Grayscale: #646464. Windows color (decimal): -13339751 or 10056500. OLE color: 10056500.

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

Color convert

RGB52115153-
CMYK0.660.2500.4
HSL202.57º49.27%40.2%-
HSV(B)202.57º66.01%60%-
XYZ13.315.2932.39-
YUV100.5157.6393.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=16.25%
G=35.94%
B=47.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521151530.660.2500.4202.5749.2740.2
Hex3473994219028cb3128
Octal64163231102310503136150
Binary110100111001110011001100001011001010100011001011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347399; }

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

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

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

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

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

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

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

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