#366F95

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

Shades of Lochmara #366F95

Tints of Lochmara #366F95

Color information

#366F95 (or 0x366F95) is unknown color: approx Lochmara. HEX triplet: 36, 6F and 95. RGB value is (54,111,149). Sum of RGB (Red+Green+Blue) = 54+111+149=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #366F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366F95 is #C9906A. Grayscale: #626262. Windows color (decimal): -13209707 or 9793334. OLE color: 9793334.

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

Color convert

RGB54111149-
CMYK0.640.2600.42
HSL204º46.8%39.8%-
HSV(B)204º63.76%58.43%-
XYZ12.6314.3230.53-
YUV98.29156.6296.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=17.20%
G=35.35%
B=47.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541111490.640.2600.4220446.839.8
Hex366F95401A02Acc2f28
Octal66157225100320523145750
Binary110110110111110010101100000011010010101011001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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