#277BB1

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

Shades of Lochmara #277BB1

Tints of Lochmara #277BB1

Color information

#277BB1 (or 0x277BB1) is unknown color: approx Lochmara. HEX triplet: 27, 7B and B1. RGB value is (39,123,177). Sum of RGB (Red+Green+Blue) = 39+123+177=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #277BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277BB1 is #D8844E. Grayscale: #676767. Windows color (decimal): -14189647 or 11631399. OLE color: 11631399.

HSL color Cylindrical-coordinate representation of color #277BB1: hue angle of 203.48º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #277BB1 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB39123177-
CMYK0.780.3100.31
HSL203.48º63.89%42.35%-
HSV(B)203.48º77.97%69.41%-
XYZ15.8617.7744.19-
YUV104.04169.1781.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.50%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=11.50%
G=36.28%
B=52.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391231770.780.3100.31203.4863.8942.35
Hex277BB14E1F01Fcb402a
Octal471732611163703731310052
Binary100111111101110110001100111011111011111110010111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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