#36709A

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

Shades of Lochmara #36709A

Tints of Lochmara #36709A

Color information

#36709A (or 0x36709A) is unknown color: approx Lochmara. HEX triplet: 36, 70 and 9A. RGB value is (54,112,154). Sum of RGB (Red+Green+Blue) = 54+112+154=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #36709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36709A is #C98F65. Grayscale: #636363. Windows color (decimal): -13209446 or 10121270. OLE color: 10121270.

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

Color convert

RGB54112154-
CMYK0.650.2700.40
HSL205.2º48.08%40.78%-
HSV(B)205.2º64.94%60.39%-
XYZ13.1514.7132.72-
YUV99.45158.7895.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.88%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 154 (60.55% from 255) = 48.12%
R=16.88%
G=35%
B=48.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541121540.650.2700.40205.248.0840.78
Hex36709A411B028cd3029
Octal66160232101330503156051
Binary110110111000010011010100000111011010100011001101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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