#347AA8

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

Shades of Lochmara #347AA8

Tints of Lochmara #347AA8

Color information

#347AA8 (or 0x347AA8) is unknown color: approx Lochmara. HEX triplet: 34, 7A and A8. RGB value is (52,122,168). Sum of RGB (Red+Green+Blue) = 52+122+168=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 168 - color contains mainly: blue. Hex color #347AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AA8 is #CB8557. Grayscale: #6A6A6A. Windows color (decimal): -13337944 or 11041332. OLE color: 11041332.

HSL color Cylindrical-coordinate representation of color #347AA8: hue angle of 203.79º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #347AA8 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB52122168-
CMYK0.690.2700.34
HSL203.79º52.73%43.14%-
HSV(B)203.79º69.05%65.88%-
XYZ15.4417.4839.61-
YUV106.31162.8189.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 168 (66.02% from 255) = 49.12%
R=15.20%
G=35.67%
B=49.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521221680.690.2700.34203.7952.7343.14
Hex347AA8451B022cc352b
Octal64172250105330423146553
Binary110100111101010101000100010111011010001011001100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,122,168); }

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

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

 a { background-color: rgb(52,122,168); }

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

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

 span { border-color: rgb(52,122,168); }

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