#366CAC

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

Shades of Lochmara #366CAC

Tints of Lochmara #366CAC

Color information

#366CAC (or 0x366CAC) is unknown color: approx Lochmara. HEX triplet: 36, 6C and AC. RGB value is (54,108,172). Sum of RGB (Red+Green+Blue) = 54+108+172=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #366CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366CAC is #C99353. Grayscale: #626262. Windows color (decimal): -13210452 or 11299894. OLE color: 11299894.

HSL color Cylindrical-coordinate representation of color #366CAC: hue angle of 212.54º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #366CAC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54108172-
CMYK0.690.3700.33
HSL212.54º52.21%44.31%-
HSV(B)212.54º68.6%67.45%-
XYZ14.3314.4941.07-
YUV99.15169.1195.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.17%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=16.17%
G=32.34%
B=51.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541081720.690.3700.33212.5452.2144.31
Hex366CAC4525021d5342c
Octal66154254105450413256454
Binary1101101101100101011001000101100101010000111010101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,108,172); }

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

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

 a { background-color: rgb(54,108,172); }

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

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

 span { border-color: rgb(54,108,172); }

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