#36689D

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

Shades of Lochmara #36689D

Tints of Lochmara #36689D

Color information

#36689D (or 0x36689D) is unknown color: approx Lochmara. HEX triplet: 36, 68 and 9D. RGB value is (54,104,157). Sum of RGB (Red+Green+Blue) = 54+104+157=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #36689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36689D is #C99762. Grayscale: #5E5E5E. Windows color (decimal): -13211491 or 10315830. OLE color: 10315830.

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

Color convert

RGB54104157-
CMYK0.660.3400.38
HSL210.87º48.82%41.37%-
HSV(B)210.87º65.61%61.57%-
XYZ12.5613.1233.77-
YUV95.09162.9498.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.14%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=17.14%
G=33.02%
B=49.84%

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
Decimal541041570.660.3400.38210.8748.8241.37
Hex36689D4222026d33129
Octal66150235102420463236151
Binary1101101101000100111011000010100010010011011010011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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