#3774AA

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

Shades of Lochmara #3774AA

Tints of Lochmara #3774AA

Color information

#3774AA (or 0x3774AA) is unknown color: approx Lochmara. HEX triplet: 37, 74 and AA. RGB value is (55,116,170). Sum of RGB (Red+Green+Blue) = 55+116+170=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #3774AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3774AA is #C88B55. Grayscale: #676767. Windows color (decimal): -13142870 or 11170871. OLE color: 11170871.

HSL color Cylindrical-coordinate representation of color #3774AA: hue angle of 208.17º 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 #3774AA is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55116170-
CMYK0.680.3200.33
HSL208.17º51.11%44.12%-
HSV(B)208.17º67.65%66.67%-
XYZ15.0816.2140.36-
YUV103.92165.2993.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.13%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=16.13%
G=34.02%
B=49.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551161700.680.3200.33208.1751.1144.12
Hex3774AA4420021d0332c
Octal67164252104400413206354
Binary1101111110100101010101000100100000010000111010000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3774AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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