#27649B

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

Shades of Lochmara #27649B

Tints of Lochmara #27649B

Color information

#27649B (or 0x27649B) is unknown color: approx Lochmara. HEX triplet: 27, 64 and 9B. RGB value is (39,100,155). Sum of RGB (Red+Green+Blue) = 39+100+155=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #27649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27649B is #D89B64. Grayscale: #575757. Windows color (decimal): -14195557 or 10183719. OLE color: 10183719.

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

Color convert

RGB39100155-
CMYK0.750.3500.39
HSL208.45º59.79%38.04%-
HSV(B)208.45º74.84%60.78%-
XYZ11.3111.9132.71-
YUV88.03165.7993.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.27%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=13.27%
G=34.01%
B=52.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391001550.750.3500.39208.4559.7938.04
Hex27649B4B23027d03c26
Octal47144233113430473207446
Binary1001111100100100110111001011100011010011111010000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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