#366A9E

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

Shades of Lochmara #366A9E

Tints of Lochmara #366A9E

Color information

#366A9E (or 0x366A9E) is unknown color: approx Lochmara. HEX triplet: 36, 6A and 9E. RGB value is (54,106,158). Sum of RGB (Red+Green+Blue) = 54+106+158=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #366A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A9E is #C99561. Grayscale: #606060. Windows color (decimal): -13210978 or 10381878. OLE color: 10381878.

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

Color convert

RGB54106158-
CMYK0.660.3300.38
HSL210º49.06%41.57%-
HSV(B)210º65.82%61.96%-
XYZ12.8513.5634.29-
YUV96.38162.7797.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 49.69%
R=16.98%
G=33.33%
B=49.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541061580.660.3300.3821049.0641.57
Hex366A9E4221026d2312a
Octal66152236102410463226152
Binary1101101101010100111101000010100001010011011010010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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