#2773B1

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

Shades of Lochmara #2773B1

Tints of Lochmara #2773B1

Color information

#2773B1 (or 0x2773B1) is unknown color: approx Lochmara. HEX triplet: 27, 73 and B1. RGB value is (39,115,177). Sum of RGB (Red+Green+Blue) = 39+115+177=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #2773B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2773B1 is #D88C4E. Grayscale: #636363. Windows color (decimal): -14191695 or 11629351. OLE color: 11629351.

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

Color convert

RGB39115177-
CMYK0.780.3500.31
HSL206.96º63.89%42.35%-
HSV(B)206.96º77.97%69.41%-
XYZ14.915.8743.87-
YUV99.34171.8284.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.78%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 177 (69.53% from 255) = 53.47%
R=11.78%
G=34.74%
B=53.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391151770.780.3500.31206.9663.8942.35
Hex2773B14E2301Fcf402a
Octal471632611164303731710052
Binary1001111110011101100011001110100011011111110011111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2773B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2773B1; }

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

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

<style>
 a { background-color: #2773B1; }

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

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

<style>
 span { border-color: #2773B1; }

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

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