#366A95

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

Shades of Lochmara #366A95

Tints of Lochmara #366A95

Color information

#366A95 (or 0x366A95) is unknown color: approx Lochmara. HEX triplet: 36, 6A and 95. RGB value is (54,106,149). Sum of RGB (Red+Green+Blue) = 54+106+149=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #366A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A95 is #C9956A. Grayscale: #5F5F5F. Windows color (decimal): -13210987 or 9792054. OLE color: 9792054.

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

Color convert

RGB54106149-
CMYK0.640.2900.42
HSL207.16º46.8%39.8%-
HSV(B)207.16º63.76%58.43%-
XYZ12.113.2630.36-
YUV95.35158.2798.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=17.48%
G=34.30%
B=48.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541061490.640.2900.42207.1646.839.8
Hex366A95401D02Acf2f28
Octal66152225100350523175750
Binary110110110101010010101100000011101010101011001111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,106,149); }

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

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

 a { background-color: rgb(54,106,149); }

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

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

 span { border-color: rgb(54,106,149); }

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