#366CAB

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

Shades of Lochmara #366CAB

Tints of Lochmara #366CAB

Color information

#366CAB (or 0x366CAB) is unknown color: approx Lochmara. HEX triplet: 36, 6C and AB. RGB value is (54,108,171). Sum of RGB (Red+Green+Blue) = 54+108+171=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #366CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366CAB is #C99354. Grayscale: #626262. Windows color (decimal): -13210453 or 11234358. OLE color: 11234358.

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

Color convert

RGB54108171-
CMYK0.680.3700.33
HSL212.31º52%44.12%-
HSV(B)212.31º68.42%67.06%-
XYZ14.2314.4540.57-
YUV99.04168.6195.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.22%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=16.22%
G=32.43%
B=51.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541081710.680.3700.33212.315244.12
Hex366CAB4425021d4342c
Octal66154253104450413246454
Binary1101101101100101010111000100100101010000111010100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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