#36759E

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

Shades of Lochmara #36759E

Tints of Lochmara #36759E

Color information

#36759E (or 0x36759E) is unknown color: approx Lochmara. HEX triplet: 36, 75 and 9E. RGB value is (54,117,158). Sum of RGB (Red+Green+Blue) = 54+117+158=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #36759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36759E is #C98A61. Grayscale: #666666. Windows color (decimal): -13208162 or 10384694. OLE color: 10384694.

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

Color convert

RGB54117158-
CMYK0.660.2600.38
HSL203.65º49.06%41.57%-
HSV(B)203.65º65.82%61.96%-
XYZ14.0515.9834.69-
YUV102.84159.1393.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=16.41%
G=35.56%
B=48.02%

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
Decimal541171580.660.2600.38203.6549.0641.57
Hex36759E421A026cc312a
Octal66165236102320463146152
Binary110110111010110011110100001011010010011011001100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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