#347B9D

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

Shades of Lochmara #347B9D

Tints of Lochmara #347B9D

Color information

#347B9D (or 0x347B9D) is unknown color: approx Lochmara. HEX triplet: 34, 7B and 9D. RGB value is (52,123,157). Sum of RGB (Red+Green+Blue) = 52+123+157=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #347B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347B9D is #CB8462. Grayscale: #696969. Windows color (decimal): -13337699 or 10320692. OLE color: 10320692.

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

Color convert

RGB52123157-
CMYK0.670.2200.38
HSL199.43º50.24%40.98%-
HSV(B)199.43º66.88%61.57%-
XYZ14.5817.3334.47-
YUV105.65156.9889.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 123 (48.44% from 255) = 37.05%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=15.66%
G=37.05%
B=47.29%

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
Decimal521231570.670.2200.38199.4350.2440.98
Hex347B9D4316026c73229
Octal64173235103260463076251
Binary110100111101110011101100001110110010011011000111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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