#27749C

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

Shades of Lochmara #27749C

Tints of Lochmara #27749C

Color information

#27749C (or 0x27749C) is unknown color: approx Lochmara. HEX triplet: 27, 74 and 9C. RGB value is (39,116,156). Sum of RGB (Red+Green+Blue) = 39+116+156=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #27749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27749C is #D88B63. Grayscale: #616161. Windows color (decimal): -14191460 or 10253351. OLE color: 10253351.

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

Color convert

RGB39116156-
CMYK0.750.2600.39
HSL200.51º60%38.24%-
HSV(B)200.51º75%61.18%-
XYZ13.0815.3233.72-
YUV97.54160.9986.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=12.54%
G=37.30%
B=50.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391161560.750.2600.39200.516038.24
Hex27749C4B1A027c93c26
Octal47164234113320473117446
Binary100111111010010011100100101111010010011111001001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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