#36689A

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

Shades of Lochmara #36689A

Tints of Lochmara #36689A

Color information

#36689A (or 0x36689A) is unknown color: approx Lochmara. HEX triplet: 36, 68 and 9A. RGB value is (54,104,154). Sum of RGB (Red+Green+Blue) = 54+104+154=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #36689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36689A is #C99765. Grayscale: #5E5E5E. Windows color (decimal): -13211494 or 10119222. OLE color: 10119222.

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

Color convert

RGB54104154-
CMYK0.650.3200.40
HSL210º48.08%40.78%-
HSV(B)210º64.94%60.39%-
XYZ12.313.0232.44-
YUV94.75161.4498.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.31%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 49.36%
R=17.31%
G=33.33%
B=49.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541041540.650.3200.4021048.0840.78
Hex36689A4120028d23029
Octal66150232101400503226051
Binary1101101101000100110101000001100000010100011010010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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