#36729A

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

Shades of Lochmara #36729A

Tints of Lochmara #36729A

Color information

#36729A (or 0x36729A) is unknown color: approx Lochmara. HEX triplet: 36, 72 and 9A. RGB value is (54,114,154). Sum of RGB (Red+Green+Blue) = 54+114+154=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #36729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36729A is #C98D65. Grayscale: #646464. Windows color (decimal): -13208934 or 10121782. OLE color: 10121782.

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

Color convert

RGB54114154-
CMYK0.650.2600.40
HSL204º48.08%40.78%-
HSV(B)204º64.94%60.39%-
XYZ13.3715.1532.79-
YUV100.62158.1294.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=16.77%
G=35.40%
B=47.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541141540.650.2600.4020448.0840.78
Hex36729A411A028cc3029
Octal66162232101320503146051
Binary110110111001010011010100000111010010100011001100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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