#366892

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

Shades of Lochmara #366892

Tints of Lochmara #366892

Color information

#366892 (or 0x366892) is unknown color: approx Lochmara. HEX triplet: 36, 68 and 92. RGB value is (54,104,146). Sum of RGB (Red+Green+Blue) = 54+104+146=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #366892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366892 is #C9976D. Grayscale: #5D5D5D. Windows color (decimal): -13211502 or 9594934. OLE color: 9594934.

HSL color Cylindrical-coordinate representation of color #366892: hue angle of 207.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366892 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54104146-
CMYK0.630.2900.43
HSL207.39º46%39.22%-
HSV(B)207.39º63.01%57.25%-
XYZ11.6612.7629.04-
YUV93.84157.4499.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=17.76%
G=34.21%
B=48.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541041460.630.2900.43207.394639.22
Hex3668923F1D02Bcf2e27
Octal6615022277350533175647
Binary11011011010001001001011111111101010101111001111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366892; }

 p { color: rgb(54,104,146); }

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

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

 a { background-color: rgb(54,104,146); }

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

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

 span { border-color: rgb(54,104,146); }

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