#366896

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

Shades of Lochmara #366896

Tints of Lochmara #366896

Color information

#366896 (or 0x366896) is unknown color: approx Lochmara. HEX triplet: 36, 68 and 96. RGB value is (54,104,150). Sum of RGB (Red+Green+Blue) = 54+104+150=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #366896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366896 is #C99769. Grayscale: #5E5E5E. Windows color (decimal): -13211498 or 9857078. OLE color: 9857078.

HSL color Cylindrical-coordinate representation of color #366896: hue angle of 208.75º 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 #366896 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB54104150-
CMYK0.640.3100.41
HSL208.75º47.06%40%-
HSV(B)208.75º64%58.82%-
XYZ11.9812.8930.71-
YUV94.29159.4499.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 150 (58.98% from 255) = 48.70%
R=17.53%
G=33.77%
B=48.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541041500.640.3100.41208.7547.0640
Hex366896401F029d12f28
Octal66150226100370513215750
Binary110110110100010010110100000011111010100111010001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366896; }

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

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

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

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

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

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

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

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