#277EA7

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

Shades of Lochmara #277EA7

Tints of Lochmara #277EA7

Color information

#277EA7 (or 0x277EA7) is unknown color: approx Lochmara. HEX triplet: 27, 7E and A7. RGB value is (39,126,167). Sum of RGB (Red+Green+Blue) = 39+126+167=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #277EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277EA7 is #D88158. Grayscale: #686868. Windows color (decimal): -14188889 or 10976807. OLE color: 10976807.

HSL color Cylindrical-coordinate representation of color #277EA7: hue angle of 199.22º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277EA7 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB39126167-
CMYK0.770.2500.35
HSL199.22º62.14%40.39%-
HSV(B)199.22º76.65%65.49%-
XYZ15.2718.1439.26-
YUV104.66163.1881.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.75%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 167 (65.62% from 255) = 50.30%
R=11.75%
G=37.95%
B=50.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal391261670.770.2500.35199.2262.1440.39
Hex277EA74D19023c73e28
Octal47176247115310433077650
Binary100111111111010100111100110111001010001111000111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,126,167); }

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

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

 a { background-color: rgb(39,126,167); }

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

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

 span { border-color: rgb(39,126,167); }

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