#366499

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

Shades of Lochmara #366499

Tints of Lochmara #366499

Color information

#366499 (or 0x366499) is unknown color: approx Lochmara. HEX triplet: 36, 64 and 99. RGB value is (54,100,153). Sum of RGB (Red+Green+Blue) = 54+100+153=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #366499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366499 is #C99B66. Grayscale: #5C5C5C. Windows color (decimal): -13212519 or 10052662. OLE color: 10052662.

HSL color Cylindrical-coordinate representation of color #366499: hue angle of 212.12º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #366499 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB54100153-
CMYK0.650.3500.4
HSL212.12º47.83%40.59%-
HSV(B)212.12º64.71%60%-
XYZ11.8312.231.87-
YUV92.29162.26100.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=17.59%
G=32.57%
B=49.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541001530.650.3500.4212.1247.8340.59
Hex3664994123028d43029
Octal66144231101430503246051
Binary1101101100100100110011000001100011010100011010100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366499; }

 p { color: rgb(54,100,153); }

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

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

 a { background-color: rgb(54,100,153); }

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

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

 span { border-color: rgb(54,100,153); }

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