#3B779E

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

Shades of Lochmara #3B779E

Tints of Lochmara #3B779E

Color information

#3B779E (or 0x3B779E) is unknown color: approx Lochmara. HEX triplet: 3B, 77 and 9E. RGB value is (59,119,158). Sum of RGB (Red+Green+Blue) = 59+119+158=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B779E is #C48861. Grayscale: #696969. Windows color (decimal): -12879970 or 10385211. OLE color: 10385211.

HSL color Cylindrical-coordinate representation of color #3B779E: hue angle of 203.64º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B779E is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59119158-
CMYK0.630.2500.38
HSL203.64º45.62%42.55%-
HSV(B)203.64º62.66%61.96%-
XYZ14.5716.5934.78-
YUV105.51157.6294.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.56%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=17.56%
G=35.42%
B=47.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591191580.630.2500.38203.6445.6242.55
Hex3B779E3F19026cc2e2b
Octal7316723677310463145653
Binary11101111101111001111011111111001010011011001100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B779E; }

 p { color: rgb(59,119,158); }

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

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

 a { background-color: rgb(59,119,158); }

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

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

 span { border-color: rgb(59,119,158); }

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