#36689E

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

Shades of Lochmara #36689E

Tints of Lochmara #36689E

Color information

#36689E (or 0x36689E) is unknown color: approx Lochmara. HEX triplet: 36, 68 and 9E. RGB value is (54,104,158). Sum of RGB (Red+Green+Blue) = 54+104+158=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #36689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36689E is #C99761. Grayscale: #5E5E5E. Windows color (decimal): -13211490 or 10381366. OLE color: 10381366.

HSL color Cylindrical-coordinate representation of color #36689E: hue angle of 211.15º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36689E is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54104158-
CMYK0.660.3400.38
HSL211.15º49.06%41.57%-
HSV(B)211.15º65.82%61.96%-
XYZ12.6413.1534.22-
YUV95.21163.4498.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 158 (62.11% from 255) = 50%
R=17.09%
G=32.91%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541041580.660.3400.38211.1549.0641.57
Hex36689E4222026d3312a
Octal66150236102420463236152
Binary1101101101000100111101000010100010010011011010011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36689E; }

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

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

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

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

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

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

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

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