#347BAB

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

Shades of Lochmara #347BAB

Tints of Lochmara #347BAB

Color information

#347BAB (or 0x347BAB) is unknown color: approx Lochmara. HEX triplet: 34, 7B and AB. RGB value is (52,123,171). Sum of RGB (Red+Green+Blue) = 52+123+171=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #347BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347BAB is #CB8454. Grayscale: #6A6A6A. Windows color (decimal): -13337685 or 11238196. OLE color: 11238196.

HSL color Cylindrical-coordinate representation of color #347BAB: hue angle of 204.2º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #347BAB is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52123171-
CMYK0.700.2800.33
HSL204.2º53.36%43.73%-
HSV(B)204.2º69.59%67.06%-
XYZ15.8517.8441.14-
YUV107.24163.9888.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=15.03%
G=35.55%
B=49.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521231710.700.2800.33204.253.3643.73
Hex347BAB461C021cc352c
Octal64173253106340413146554
Binary110100111101110101011100011011100010000111001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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