#366B96

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

Shades of Lochmara #366B96

Tints of Lochmara #366B96

Color information

#366B96 (or 0x366B96) is unknown color: approx Lochmara. HEX triplet: 36, 6B and 96. RGB value is (54,107,150). Sum of RGB (Red+Green+Blue) = 54+107+150=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #366B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B96 is #C99469. Grayscale: #5F5F5F. Windows color (decimal): -13210730 or 9857846. OLE color: 9857846.

HSL color Cylindrical-coordinate representation of color #366B96: hue angle of 206.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366B96 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB54107150-
CMYK0.640.2900.41
HSL206.88º47.06%40%-
HSV(B)206.88º64%58.82%-
XYZ12.2813.530.81-
YUV96.06158.4498-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=17.36%
G=34.41%
B=48.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541071500.640.2900.41206.8847.0640
Hex366B96401D029cf2f28
Octal66153226100350513175750
Binary110110110101110010110100000011101010100111001111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366B96; }

 p { color: rgb(54,107,150); }

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

<style>
 a { background-color: #366B96; }

 a { background-color: rgb(54,107,150); }

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

<style>
 span { border-color: #366B96; }

 span { border-color: rgb(54,107,150); }

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