#366B9F

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

Shades of Lochmara #366B9F

Tints of Lochmara #366B9F

Color information

#366B9F (or 0x366B9F) is unknown color: approx Lochmara. HEX triplet: 36, 6B and 9F. RGB value is (54,107,159). Sum of RGB (Red+Green+Blue) = 54+107+159=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #366B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B9F is #C99460. Grayscale: #606060. Windows color (decimal): -13210721 or 10447670. OLE color: 10447670.

HSL color Cylindrical-coordinate representation of color #366B9F: hue angle of 209.71º 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 #366B9F is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54107159-
CMYK0.660.3300.38
HSL209.71º49.3%41.76%-
HSV(B)209.71º66.04%62.35%-
XYZ13.0413.834.78-
YUV97.08162.9497.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.88%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 159 (62.5% from 255) = 49.69%
R=16.88%
G=33.44%
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
Decimal541071590.660.3300.38209.7149.341.76
Hex366B9F4221026d2312a
Octal66153237102410463226152
Binary1101101101011100111111000010100001010011011010010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,107,159); }

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

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

 a { background-color: rgb(54,107,159); }

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

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

 span { border-color: rgb(54,107,159); }

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