#2F77AB

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

Shades of Lochmara #2F77AB

Tints of Lochmara #2F77AB

Color information

#2F77AB (or 0x2F77AB) is unknown color: approx Lochmara. HEX triplet: 2F, 77 and AB. RGB value is (47,119,171). Sum of RGB (Red+Green+Blue) = 47+119+171=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F77AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F77AB is #D08854. Grayscale: #676767. Windows color (decimal): -13666389 or 11237167. OLE color: 11237167.

HSL color Cylindrical-coordinate representation of color #2F77AB: hue angle of 205.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F77AB is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB47119171-
CMYK0.730.3000.33
HSL205.16º56.88%42.75%-
HSV(B)205.16º72.51%67.06%-
XYZ15.1216.7440.96-
YUV103.4166.1587.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.95%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=13.95%
G=35.31%
B=50.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471191710.730.3000.33205.1656.8842.75
Hex2F77AB491E021cd392b
Octal57167253111360413157153
Binary101111111011110101011100100111110010000111001101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F77AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F77AB; }

 p { color: rgb(47,119,171); }

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

<style>
 a { background-color: #2F77AB; }

 a { background-color: rgb(47,119,171); }

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

<style>
 span { border-color: #2F77AB; }

 span { border-color: rgb(47,119,171); }

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