#277799

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

Shades of Lochmara #277799

Tints of Lochmara #277799

Color information

#277799 (or 0x277799) is unknown color: approx Lochmara. HEX triplet: 27, 77 and 99. RGB value is (39,119,153). Sum of RGB (Red+Green+Blue) = 39+119+153=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #277799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277799 is #D88866. Grayscale: #626262. Windows color (decimal): -14190695 or 10057511. OLE color: 10057511.

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

Color convert

RGB39119153-
CMYK0.750.2200.4
HSL197.89º59.38%37.65%-
HSV(B)197.89º74.51%60%-
XYZ13.1815.9232.52-
YUV98.96158.585.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 153 (60.16% from 255) = 49.20%
R=12.54%
G=38.26%
B=49.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391191530.750.2200.4197.8959.3837.65
Hex2777994B16028c63b26
Octal47167231113260503067346
Binary100111111011110011001100101110110010100011000110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277799; }

 p { color: rgb(39,119,153); }

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

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

 a { background-color: rgb(39,119,153); }

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

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

 span { border-color: rgb(39,119,153); }

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