#376AAF

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

Shades of Lochmara #376AAF

Tints of Lochmara #376AAF

Color information

#376AAF (or 0x376AAF) is unknown color: approx Lochmara. HEX triplet: 37, 6A and AF. RGB value is (55,106,175). Sum of RGB (Red+Green+Blue) = 55+106+175=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #376AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376AAF is #C89550. Grayscale: #626262. Windows color (decimal): -13145425 or 11495991. OLE color: 11495991.

HSL color Cylindrical-coordinate representation of color #376AAF: hue angle of 214.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #376AAF is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB55106175-
CMYK0.690.3900.31
HSL214.5º52.17%45.1%-
HSV(B)214.5º68.57%68.63%-
XYZ14.4714.2242.54-
YUV98.62171.196.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.37%
GREEN value IS 106 (41.80% from 255) = 31.55%
BLUE value IS 175 (68.75% from 255) = 52.08%
R=16.37%
G=31.55%
B=52.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551061750.690.3900.31214.552.1745.1
Hex376AAF452701Fd6342d
Octal67152257105470373266455
Binary110111110101010101111100010110011101111111010110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,106,175); }

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

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

 a { background-color: rgb(55,106,175); }

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

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

 span { border-color: rgb(55,106,175); }

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