#347999

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

Shades of Lochmara #347999

Tints of Lochmara #347999

Color information

#347999 (or 0x347999) is unknown color: approx Lochmara. HEX triplet: 34, 79 and 99. RGB value is (52,121,153). Sum of RGB (Red+Green+Blue) = 52+121+153=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #347999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347999 is #CB8666. Grayscale: #676767. Windows color (decimal): -13338215 or 10058036. OLE color: 10058036.

HSL color Cylindrical-coordinate representation of color #347999: hue angle of 199.01º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #347999 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB52121153-
CMYK0.660.2100.4
HSL199.01º49.27%40.2%-
HSV(B)199.01º66.01%60%-
XYZ1416.732.62-
YUV104.02155.6490.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=15.95%
G=37.12%
B=46.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521211530.660.2100.4199.0149.2740.2
Hex3479994215028c73128
Octal64171231102250503076150
Binary110100111100110011001100001010101010100011000111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347999; }

 p { color: rgb(52,121,153); }

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

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

 a { background-color: rgb(52,121,153); }

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

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

 span { border-color: rgb(52,121,153); }

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