#3776AA

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

Shades of Lochmara #3776AA

Tints of Lochmara #3776AA

Color information

#3776AA (or 0x3776AA) is unknown color: approx Lochmara. HEX triplet: 37, 76 and AA. RGB value is (55,118,170). Sum of RGB (Red+Green+Blue) = 55+118+170=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #3776AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3776AA is #C88955. Grayscale: #686868. Windows color (decimal): -13142358 or 11171383. OLE color: 11171383.

HSL color Cylindrical-coordinate representation of color #3776AA: hue angle of 207.13º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3776AA is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55118170-
CMYK0.680.3100.33
HSL207.13º51.11%44.12%-
HSV(B)207.13º67.65%66.67%-
XYZ15.3116.6740.44-
YUV105.09164.6392.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.03%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=16.03%
G=34.40%
B=49.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551181700.680.3100.33207.1351.1144.12
Hex3776AA441F021cf332c
Octal67166252104370413176354
Binary110111111011010101010100010011111010000111001111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3776AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3776AA; }

 p { color: rgb(55,118,170); }

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

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

 a { background-color: rgb(55,118,170); }

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

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

 span { border-color: rgb(55,118,170); }

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