#366C95

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

Shades of Lochmara #366C95

Tints of Lochmara #366C95

Color information

#366C95 (or 0x366C95) is unknown color: approx Lochmara. HEX triplet: 36, 6C and 95. RGB value is (54,108,149). Sum of RGB (Red+Green+Blue) = 54+108+149=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #366C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C95 is #C9936A. Grayscale: #606060. Windows color (decimal): -13210475 or 9792566. OLE color: 9792566.

HSL color Cylindrical-coordinate representation of color #366C95: hue angle of 205.89º 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 #366C95 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54108149-
CMYK0.640.2800.42
HSL205.89º46.8%39.8%-
HSV(B)205.89º63.76%58.43%-
XYZ12.3113.6830.43-
YUV96.53157.6197.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=17.36%
G=34.73%
B=47.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541081490.640.2800.42205.8946.839.8
Hex366C95401C02Ace2f28
Octal66154225100340523165750
Binary110110110110010010101100000011100010101011001110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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