#3779A9

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

Shades of Lochmara #3779A9

Tints of Lochmara #3779A9

Color information

#3779A9 (or 0x3779A9) is unknown color: approx Lochmara. HEX triplet: 37, 79 and A9. RGB value is (55,121,169). Sum of RGB (Red+Green+Blue) = 55+121+169=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #3779A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3779A9 is #C88656. Grayscale: #6A6A6A. Windows color (decimal): -13141591 or 11106615. OLE color: 11106615.

HSL color Cylindrical-coordinate representation of color #3779A9: hue angle of 205.26º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3779A9 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB55121169-
CMYK0.670.2800.34
HSL205.26º50.89%43.92%-
HSV(B)205.26º67.46%66.27%-
XYZ15.5717.3540.06-
YUV106.74163.1391.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.94%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=15.94%
G=35.07%
B=48.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal551211690.670.2800.34205.2650.8943.92
Hex3779A9431C022cd332c
Octal67171251103340423156354
Binary110111111100110101001100001111100010001011001101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3779A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3779A9; }

 p { color: rgb(55,121,169); }

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

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

 a { background-color: rgb(55,121,169); }

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

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

 span { border-color: rgb(55,121,169); }

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