#367D9E

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

Shades of Lochmara #367D9E

Tints of Lochmara #367D9E

Color information

#367D9E (or 0x367D9E) is unknown color: approx Lochmara. HEX triplet: 36, 7D and 9E. RGB value is (54,125,158). Sum of RGB (Red+Green+Blue) = 54+125+158=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #367D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D9E is #C98261. Grayscale: #6B6B6B. Windows color (decimal): -13206114 or 10386742. OLE color: 10386742.

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

Color convert

RGB54125158-
CMYK0.660.2100.38
HSL199.04º49.06%41.57%-
HSV(B)199.04º65.82%61.96%-
XYZ15.0317.9235.01-
YUV107.53156.4889.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.02%
GREEN value IS 125 (49.22% from 255) = 37.09%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=16.02%
G=37.09%
B=46.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541251580.660.2100.38199.0449.0641.57
Hex367D9E4215026c7312a
Octal66175236102250463076152
Binary110110111110110011110100001010101010011011000111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,125,158); }

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

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

 a { background-color: rgb(54,125,158); }

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

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

 span { border-color: rgb(54,125,158); }

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