#366fa3

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

Shades of Lochmara #366FA3

Tints of Lochmara #366FA3

Color information

#366FA3 (or 0x366FA3) is unknown color: approx Lochmara. HEX triplet: 36, 6F and A3. RGB value is (54,111,163). Sum of RGB (Red+Green+Blue) = 54+111+163=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 163 - color contains mainly: blue. Hex color #366FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366FA3 is #C9905C. Grayscale: #636363. Windows color (decimal): -13209693 or 10710838. OLE color: 10710838.

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

Color convert

RGB54111163-
CMYK0.670.3200.36
HSL208.62º50.23%42.55%-
HSV(B)208.62º66.87%63.92%-
XYZ13.8214.836.78-
YUV99.88163.6295.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.46%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 163 (64.06% from 255) = 49.70%
R=16.46%
G=33.84%
B=49.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541111630.670.3200.36208.6250.2342.55
Hex366FA34320024d1322b
Octal66157243103400443216253
Binary1101101101111101000111000011100000010010011010001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366fa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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