#376BAF

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

Shades of Lochmara #376BAF

Tints of Lochmara #376BAF

Color information

#376BAF (or 0x376BAF) is unknown color: approx Lochmara. HEX triplet: 37, 6B and AF. RGB value is (55,107,175). Sum of RGB (Red+Green+Blue) = 55+107+175=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #376BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376BAF is #C89450. Grayscale: #626262. Windows color (decimal): -13145169 or 11496247. OLE color: 11496247.

HSL color Cylindrical-coordinate representation of color #376BAF: hue angle of 214º 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 #376BAF is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB55107175-
CMYK0.690.3900.31
HSL214º52.17%45.1%-
HSV(B)214º68.57%68.63%-
XYZ14.5714.4242.57-
YUV99.2170.7796.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.32%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=16.32%
G=31.75%
B=51.93%

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
Decimal551071750.690.3900.3121452.1745.1
Hex376BAF452701Fd6342d
Octal67153257105470373266455
Binary110111110101110101111100010110011101111111010110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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