#366E9D

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

Shades of Lochmara #366E9D

Tints of Lochmara #366E9D

Color information

#366E9D (or 0x366E9D) is unknown color: approx Lochmara. HEX triplet: 36, 6E and 9D. RGB value is (54,110,157). Sum of RGB (Red+Green+Blue) = 54+110+157=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #366E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366E9D is #C99162. Grayscale: #626262. Windows color (decimal): -13209955 or 10317366. OLE color: 10317366.

HSL color Cylindrical-coordinate representation of color #366E9D: hue angle of 207.38º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #366E9D is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54110157-
CMYK0.660.3000.38
HSL207.38º48.82%41.37%-
HSV(B)207.38º65.61%61.57%-
XYZ13.1814.3733.98-
YUV98.61160.9596.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=16.82%
G=34.27%
B=48.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541101570.660.3000.38207.3848.8241.37
Hex366E9D421E026cf3129
Octal66156235102360463176151
Binary110110110111010011101100001011110010011011001111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,110,157); }

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

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

 a { background-color: rgb(54,110,157); }

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

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

 span { border-color: rgb(54,110,157); }

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