#366A9D

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

Shades of Lochmara #366A9D

Tints of Lochmara #366A9D

Color information

#366A9D (or 0x366A9D) is unknown color: approx Lochmara. HEX triplet: 36, 6A and 9D. RGB value is (54,106,157). Sum of RGB (Red+Green+Blue) = 54+106+157=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #366A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A9D is #C99562. Grayscale: #606060. Windows color (decimal): -13210979 or 10316342. OLE color: 10316342.

HSL color Cylindrical-coordinate representation of color #366A9D: hue angle of 209.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #366A9D is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54106157-
CMYK0.660.3200.38
HSL209.71º48.82%41.37%-
HSV(B)209.71º65.61%61.57%-
XYZ12.7613.5333.84-
YUV96.27162.2797.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 157 (61.72% from 255) = 49.53%
R=17.03%
G=33.44%
B=49.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541061570.660.3200.38209.7148.8241.37
Hex366A9D4220026d23129
Octal66152235102400463226151
Binary1101101101010100111011000010100000010011011010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366A9D; }

 p { color: rgb(54,106,157); }

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

<style>
 a { background-color: #366A9D; }

 a { background-color: rgb(54,106,157); }

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

<style>
 span { border-color: #366A9D; }

 span { border-color: rgb(54,106,157); }

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