#347B9E

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

Shades of Lochmara #347B9E

Tints of Lochmara #347B9E

Color information

#347B9E (or 0x347B9E) is unknown color: approx Lochmara. HEX triplet: 34, 7B and 9E. RGB value is (52,123,158). Sum of RGB (Red+Green+Blue) = 52+123+158=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #347B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347B9E is #CB8461. Grayscale: #696969. Windows color (decimal): -13337698 or 10386228. OLE color: 10386228.

HSL color Cylindrical-coordinate representation of color #347B9E: hue angle of 199.81º degrees, saturation: 0.5, 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 #347B9E is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52123158-
CMYK0.670.2200.38
HSL199.81º50.48%41.18%-
HSV(B)199.81º67.09%61.96%-
XYZ14.6717.3634.93-
YUV105.76157.4889.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.62%
GREEN value IS 123 (48.44% from 255) = 36.94%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=15.62%
G=36.94%
B=47.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521231580.670.2200.38199.8150.4841.18
Hex347B9E4316026c83229
Octal64173236103260463106251
Binary110100111101110011110100001110110010011011001000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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