#277b9f

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

Shades of Lochmara #277B9F

Tints of Lochmara #277B9F

Color information

#277B9F (or 0x277B9F) is unknown color: approx Lochmara. HEX triplet: 27, 7B and 9F. RGB value is (39,123,159). Sum of RGB (Red+Green+Blue) = 39+123+159=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #277B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B9F is #D88460. Grayscale: #656565. Windows color (decimal): -14189665 or 10451751. OLE color: 10451751.

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

Color convert

RGB39123159-
CMYK0.750.2300.38
HSL198º60.61%38.82%-
HSV(B)198º75.47%62.35%-
XYZ14.1817.135.35-
YUV101.99160.1783.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.15%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=12.15%
G=38.32%
B=49.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391231590.750.2300.3819860.6138.82
Hex277B9F4B17026c63d27
Octal47173237113270463067547
Binary100111111101110011111100101110111010011011000110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277b9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277b9f; }

 p { color: rgb(39,123,159); }

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

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

 a { background-color: rgb(39,123,159); }

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

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

 span { border-color: rgb(39,123,159); }

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