#366B93

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

Shades of Lochmara #366B93

Tints of Lochmara #366B93

Color information

#366B93 (or 0x366B93) is unknown color: approx Lochmara. HEX triplet: 36, 6B and 93. RGB value is (54,107,147). Sum of RGB (Red+Green+Blue) = 54+107+147=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #366B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B93 is #C9946C. Grayscale: #5F5F5F. Windows color (decimal): -13210733 or 9661238. OLE color: 9661238.

HSL color Cylindrical-coordinate representation of color #366B93: hue angle of 205.81º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366B93 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54107147-
CMYK0.630.2700.42
HSL205.81º46.27%39.41%-
HSV(B)205.81º63.27%57.65%-
XYZ12.0513.4129.56-
YUV95.71156.9498.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=17.53%
G=34.74%
B=47.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541071470.630.2700.42205.8146.2739.41
Hex366B933F1B02Ace2e27
Octal6615322377330523165647
Binary11011011010111001001111111111011010101011001110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,107,147); }

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

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

 a { background-color: rgb(54,107,147); }

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

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

 span { border-color: rgb(54,107,147); }

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