#277BA5

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

Shades of Lochmara #277BA5

Tints of Lochmara #277BA5

Color information

#277BA5 (or 0x277BA5) is unknown color: approx Lochmara. HEX triplet: 27, 7B and A5. RGB value is (39,123,165). Sum of RGB (Red+Green+Blue) = 39+123+165=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #277BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277BA5 is #D8845A. Grayscale: #666666. Windows color (decimal): -14189659 or 10844967. OLE color: 10844967.

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

Color convert

RGB39123165-
CMYK0.760.2500.35
HSL200º61.76%40%-
HSV(B)200º76.36%64.71%-
XYZ14.7117.3138.16-
YUV102.67163.1782.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.93%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 165 (64.84% from 255) = 50.46%
R=11.93%
G=37.61%
B=50.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal391231650.760.2500.3520061.7640
Hex277BA54C19023c83e28
Octal47173245114310433107650
Binary100111111101110100101100110011001010001111001000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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