#36649B

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

Shades of Lochmara #36649B

Tints of Lochmara #36649B

Color information

#36649B (or 0x36649B) is unknown color: approx Lochmara. HEX triplet: 36, 64 and 9B. RGB value is (54,100,155). Sum of RGB (Red+Green+Blue) = 54+100+155=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #36649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36649B is #C99B64. Grayscale: #5C5C5C. Windows color (decimal): -13212517 or 10183734. OLE color: 10183734.

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

Color convert

RGB54100155-
CMYK0.650.3500.39
HSL212.67º48.33%40.98%-
HSV(B)212.67º65.16%60.78%-
XYZ11.9912.2732.75-
YUV92.52163.26100.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=17.48%
G=32.36%
B=50.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541001550.650.3500.39212.6748.3340.98
Hex36649B4123027d53029
Octal66144233101430473256051
Binary1101101100100100110111000001100011010011111010101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36649B; }

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

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

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

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

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

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

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

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