#36789B

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

Shades of Lochmara #36789B

Tints of Lochmara #36789B

Color information

#36789B (or 0x36789B) is unknown color: approx Lochmara. HEX triplet: 36, 78 and 9B. RGB value is (54,120,155). Sum of RGB (Red+Green+Blue) = 54+120+155=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #36789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36789B is #C98764. Grayscale: #686868. Windows color (decimal): -13207397 or 10188854. OLE color: 10188854.

HSL color Cylindrical-coordinate representation of color #36789B: hue angle of 200.79º 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 #36789B is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54120155-
CMYK0.650.2300.39
HSL200.79º48.33%40.98%-
HSV(B)200.79º65.16%60.78%-
XYZ14.1516.5833.47-
YUV104.26156.6392.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=16.41%
G=36.47%
B=47.11%

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
Decimal541201550.650.2300.39200.7948.3340.98
Hex36789B4117027c93029
Octal66170233101270473116051
Binary110110111100010011011100000110111010011111001001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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