#366FA2

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

Shades of Lochmara #366FA2

Tints of Lochmara #366FA2

Color information

#366FA2 (or 0x366FA2) is unknown color: approx Lochmara. HEX triplet: 36, 6F and A2. RGB value is (54,111,162). Sum of RGB (Red+Green+Blue) = 54+111+162=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 162 (63.67% from 255 or 49.54% from 327); Max value from RGB is 162 - color contains mainly: blue. Hex color #366FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366FA2 is #C9905D. Grayscale: #636363. Windows color (decimal): -13209694 or 10645302. OLE color: 10645302.

HSL color Cylindrical-coordinate representation of color #366FA2: hue angle of 208.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #366FA2 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB54111162-
CMYK0.670.3100.36
HSL208.33º50%42.35%-
HSV(B)208.33º66.67%63.53%-
XYZ13.7314.7636.31-
YUV99.77163.1295.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 162 (63.67% from 255) = 49.54%
R=16.51%
G=33.94%
B=49.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541111620.670.3100.36208.335042.35
Hex366FA2431F024d0322a
Octal66157242103370443206252
Binary110110110111110100010100001111111010010011010000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,111,162); }

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

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

 a { background-color: rgb(54,111,162); }

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

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

 span { border-color: rgb(54,111,162); }

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