#366BA0

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

Shades of Lochmara #366BA0

Tints of Lochmara #366BA0

Color information

#366BA0 (or 0x366BA0) is unknown color: approx Lochmara. HEX triplet: 36, 6B and A0. RGB value is (54,107,160). Sum of RGB (Red+Green+Blue) = 54+107+160=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #366BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366BA0 is #C9945F. Grayscale: #606060. Windows color (decimal): -13210720 or 10513206. OLE color: 10513206.

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

Color convert

RGB54107160-
CMYK0.660.3300.37
HSL210º49.53%41.96%-
HSV(B)210º66.25%62.75%-
XYZ13.1213.8435.24-
YUV97.2163.4497.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 49.84%
R=16.82%
G=33.33%
B=49.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541071600.660.3300.3721049.5341.96
Hex366BA04221025d2322a
Octal66153240102410453226252
Binary1101101101011101000001000010100001010010111010010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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