#347B9F

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

Shades of Lochmara #347B9F

Tints of Lochmara #347B9F

Color information

#347B9F (or 0x347B9F) is unknown color: approx Lochmara. HEX triplet: 34, 7B and 9F. RGB value is (52,123,159). Sum of RGB (Red+Green+Blue) = 52+123+159=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #347B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347B9F is #CB8460. Grayscale: #696969. Windows color (decimal): -13337697 or 10451764. OLE color: 10451764.

HSL color Cylindrical-coordinate representation of color #347B9F: hue angle of 200.19º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #347B9F is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52123159-
CMYK0.670.2300.38
HSL200.19º50.71%41.37%-
HSV(B)200.19º67.3%62.35%-
XYZ14.7617.435.38-
YUV105.88157.9889.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.57%
GREEN value IS 123 (48.44% from 255) = 36.83%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=15.57%
G=36.83%
B=47.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521231590.670.2300.38200.1950.7141.37
Hex347B9F4317026c83329
Octal64173237103270463106351
Binary110100111101110011111100001110111010011011001000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347B9F; }

 p { color: rgb(52,123,159); }

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

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

 a { background-color: rgb(52,123,159); }

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

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

 span { border-color: rgb(52,123,159); }

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