#376FAA

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

Shades of Lochmara #376FAA

Tints of Lochmara #376FAA

Color information

#376FAA (or 0x376FAA) is unknown color: approx Lochmara. HEX triplet: 37, 6F and AA. RGB value is (55,111,170). Sum of RGB (Red+Green+Blue) = 55+111+170=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #376FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376FAA is #C89055. Grayscale: #646464. Windows color (decimal): -13144150 or 11169591. OLE color: 11169591.

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

Color convert

RGB55111170-
CMYK0.680.3500.33
HSL210.78º51.11%44.12%-
HSV(B)210.78º67.65%66.67%-
XYZ14.5215.0840.18-
YUV100.98166.9595.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.37%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=16.37%
G=33.04%
B=50.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551111700.680.3500.33210.7851.1144.12
Hex376FAA4423021d3332c
Octal67157252104430413236354
Binary1101111101111101010101000100100011010000111010011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376FAA; }

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

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

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

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

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

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

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

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