#36779B

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

Shades of Lochmara #36779B

Tints of Lochmara #36779B

Color information

#36779B (or 0x36779B) is unknown color: approx Lochmara. HEX triplet: 36, 77 and 9B. RGB value is (54,119,155). Sum of RGB (Red+Green+Blue) = 54+119+155=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #36779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36779B is #C98864. Grayscale: #676767. Windows color (decimal): -13207653 or 10188598. OLE color: 10188598.

HSL color Cylindrical-coordinate representation of color #36779B: hue angle of 201.39º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36779B is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54119155-
CMYK0.650.2300.39
HSL201.39º48.33%40.98%-
HSV(B)201.39º65.16%60.78%-
XYZ14.0316.3433.43-
YUV103.67156.9792.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.46%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=16.46%
G=36.28%
B=47.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541191550.650.2300.39201.3948.3340.98
Hex36779B4117027c93029
Octal66167233101270473116051
Binary110110111011110011011100000110111010011111001001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36779B; }

 p { color: rgb(54,119,155); }

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

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

 a { background-color: rgb(54,119,155); }

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

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

 span { border-color: rgb(54,119,155); }

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