#277FAB

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

Shades of Lochmara #277FAB

Tints of Lochmara #277FAB

Color information

#277FAB (or 0x277FAB) is unknown color: approx Lochmara. HEX triplet: 27, 7F and AB. RGB value is (39,127,171). Sum of RGB (Red+Green+Blue) = 39+127+171=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #277FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277FAB is #D88054. Grayscale: #696969. Windows color (decimal): -14188629 or 11239207. OLE color: 11239207.

HSL color Cylindrical-coordinate representation of color #277FAB: hue angle of 200º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277FAB is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39127171-
CMYK0.770.2600.33
HSL200º62.86%41.18%-
HSV(B)200º77.19%67.06%-
XYZ15.7818.5541.28-
YUV105.7164.8580.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.57%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=11.57%
G=37.69%
B=50.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391271710.770.2600.3320062.8641.18
Hex277FAB4D1A021c83f29
Octal47177253115320413107751
Binary100111111111110101011100110111010010000111001000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,127,171); }

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

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

 a { background-color: rgb(39,127,171); }

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

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

 span { border-color: rgb(39,127,171); }

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