#27649D

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

Shades of Lochmara #27649D

Tints of Lochmara #27649D

Color information

#27649D (or 0x27649D) is unknown color: approx Lochmara. HEX triplet: 27, 64 and 9D. RGB value is (39,100,157). Sum of RGB (Red+Green+Blue) = 39+100+157=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #27649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27649D is #D89B62. Grayscale: #575757. Windows color (decimal): -14195555 or 10314791. OLE color: 10314791.

HSL color Cylindrical-coordinate representation of color #27649D: hue angle of 208.98º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27649D is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB39100157-
CMYK0.750.3600.38
HSL208.98º60.2%38.43%-
HSV(B)208.98º75.16%61.57%-
XYZ11.4811.9833.61-
YUV88.26166.7992.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 157 (61.72% from 255) = 53.04%
R=13.18%
G=33.78%
B=53.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391001570.750.3600.38208.9860.238.43
Hex27649D4B24026d13c26
Octal47144235113440463217446
Binary1001111100100100111011001011100100010011011010001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27649D; }

 p { color: rgb(39,100,157); }

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

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

 a { background-color: rgb(39,100,157); }

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

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

 span { border-color: rgb(39,100,157); }

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