#27649C

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

Shades of Lochmara #27649C

Tints of Lochmara #27649C

Color information

#27649C (or 0x27649C) is unknown color: approx Lochmara. HEX triplet: 27, 64 and 9C. RGB value is (39,100,156). Sum of RGB (Red+Green+Blue) = 39+100+156=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #27649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27649C is #D89B63. Grayscale: #575757. Windows color (decimal): -14195556 or 10249255. OLE color: 10249255.

HSL color Cylindrical-coordinate representation of color #27649C: hue angle of 208.72º 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 #27649C is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB39100156-
CMYK0.750.3600.39
HSL208.72º60%38.24%-
HSV(B)208.72º75%61.18%-
XYZ11.3911.9533.16-
YUV88.14166.2992.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=13.22%
G=33.90%
B=52.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391001560.750.3600.39208.726038.24
Hex27649C4B24027d13c26
Octal47144234113440473217446
Binary1001111100100100111001001011100100010011111010001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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