#36759F

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

Shades of Lochmara #36759F

Tints of Lochmara #36759F

Color information

#36759F (or 0x36759F) is unknown color: approx Lochmara. HEX triplet: 36, 75 and 9F. RGB value is (54,117,159). Sum of RGB (Red+Green+Blue) = 54+117+159=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #36759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36759F is #C98A60. Grayscale: #666666. Windows color (decimal): -13208161 or 10450230. OLE color: 10450230.

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

Color convert

RGB54117159-
CMYK0.660.2600.38
HSL204º49.3%41.76%-
HSV(B)204º66.04%62.35%-
XYZ14.1416.0135.15-
YUV102.95159.6393.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=16.36%
G=35.45%
B=48.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541171590.660.2600.3820449.341.76
Hex36759F421A026cc312a
Octal66165237102320463146152
Binary110110111010110011111100001011010010011011001100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36759F; }

 p { color: rgb(54,117,159); }

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

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

 a { background-color: rgb(54,117,159); }

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

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

 span { border-color: rgb(54,117,159); }

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