#36739A

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

Shades of Lochmara #36739A

Tints of Lochmara #36739A

Color information

#36739A (or 0x36739A) is unknown color: approx Lochmara. HEX triplet: 36, 73 and 9A. RGB value is (54,115,154). Sum of RGB (Red+Green+Blue) = 54+115+154=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #36739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36739A is #C98C65. Grayscale: #646464. Windows color (decimal): -13208678 or 10122038. OLE color: 10122038.

HSL color Cylindrical-coordinate representation of color #36739A: hue angle of 203.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36739A is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB54115154-
CMYK0.650.2500.40
HSL203.4º48.08%40.78%-
HSV(B)203.4º64.94%60.39%-
XYZ13.4815.3832.83-
YUV101.21157.7994.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.72%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=16.72%
G=35.60%
B=47.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541151540.650.2500.40203.448.0840.78
Hex36739A4119028cb3029
Octal66163232101310503136051
Binary110110111001110011010100000111001010100011001011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36739A; }

 p { color: rgb(54,115,154); }

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

<style>
 a { background-color: #36739A; }

 a { background-color: rgb(54,115,154); }

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

<style>
 span { border-color: #36739A; }

 span { border-color: rgb(54,115,154); }

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