#277DAB

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

Shades of Lochmara #277DAB

Tints of Lochmara #277DAB

Color information

#277DAB (or 0x277DAB) is unknown color: approx Lochmara. HEX triplet: 27, 7D and AB. RGB value is (39,125,171). Sum of RGB (Red+Green+Blue) = 39+125+171=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #277DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277DAB is #D88254. Grayscale: #686868. Windows color (decimal): -14189141 or 11238695. OLE color: 11238695.

HSL color Cylindrical-coordinate representation of color #277DAB: hue angle of 200.91º 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 #277DAB is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39125171-
CMYK0.770.2700.33
HSL200.91º62.86%41.18%-
HSV(B)200.91º77.19%67.06%-
XYZ15.5218.0441.19-
YUV104.53165.5181.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.64%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=11.64%
G=37.31%
B=51.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391251710.770.2700.33200.9162.8641.18
Hex277DAB4D1B021c93f29
Octal47175253115330413117751
Binary100111111110110101011100110111011010000111001001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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