#277CB1

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

Shades of Lochmara #277CB1

Tints of Lochmara #277CB1

Color information

#277CB1 (or 0x277CB1) is unknown color: approx Lochmara. HEX triplet: 27, 7C and B1. RGB value is (39,124,177). Sum of RGB (Red+Green+Blue) = 39+124+177=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #277CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277CB1 is #D8834E. Grayscale: #686868. Windows color (decimal): -14189391 or 11631655. OLE color: 11631655.

HSL color Cylindrical-coordinate representation of color #277CB1: hue angle of 203.04º 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 #277CB1 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB39124177-
CMYK0.780.3000.31
HSL203.04º63.89%42.35%-
HSV(B)203.04º77.97%69.41%-
XYZ15.9818.0244.23-
YUV104.63168.8481.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.47%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 177 (69.53% from 255) = 52.06%
R=11.47%
G=36.47%
B=52.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391241770.780.3000.31203.0463.8942.35
Hex277CB14E1E01Fcb402a
Octal471742611163603731310052
Binary100111111110010110001100111011110011111110010111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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