#277699

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

Shades of Lochmara #277699

Tints of Lochmara #277699

Color information

#277699 (or 0x277699) is unknown color: approx Lochmara. HEX triplet: 27, 76 and 99. RGB value is (39,118,153). Sum of RGB (Red+Green+Blue) = 39+118+153=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #277699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277699 is #D88966. Grayscale: #626262. Windows color (decimal): -14190951 or 10057255. OLE color: 10057255.

HSL color Cylindrical-coordinate representation of color #277699: hue angle of 198.42º 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 #277699 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB39118153-
CMYK0.750.2300.4
HSL198.42º59.38%37.65%-
HSV(B)198.42º74.51%60%-
XYZ13.0615.6932.48-
YUV98.37158.8385.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.58%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 153 (60.16% from 255) = 49.35%
R=12.58%
G=38.06%
B=49.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391181530.750.2300.4198.4259.3837.65
Hex2776994B17028c63b26
Octal47166231113270503067346
Binary100111111011010011001100101110111010100011000110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277699; }

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

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

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

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

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

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

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

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