#367EA0

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

Shades of Lochmara #367EA0

Tints of Lochmara #367EA0

Color information

#367EA0 (or 0x367EA0) is unknown color: approx Lochmara. HEX triplet: 36, 7E and A0. RGB value is (54,126,160). Sum of RGB (Red+Green+Blue) = 54+126+160=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #367EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367EA0 is #C9815F. Grayscale: #6C6C6C. Windows color (decimal): -13205856 or 10518070. OLE color: 10518070.

HSL color Cylindrical-coordinate representation of color #367EA0: hue angle of 199.25º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #367EA0 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB54126160-
CMYK0.660.2100.37
HSL199.25º49.53%41.96%-
HSV(B)199.25º66.25%62.75%-
XYZ15.3318.2435.97-
YUV108.35157.1589.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.88%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 160 (62.89% from 255) = 47.06%
R=15.88%
G=37.06%
B=47.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541261600.660.2100.37199.2549.5341.96
Hex367EA04215025c7322a
Octal66176240102250453076252
Binary110110111111010100000100001010101010010111000111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367EA0; }

 p { color: rgb(54,126,160); }

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

<style>
 a { background-color: #367EA0; }

 a { background-color: rgb(54,126,160); }

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

<style>
 span { border-color: #367EA0; }

 span { border-color: rgb(54,126,160); }

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