#2F73B1

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

Shades of Lochmara #2F73B1

Tints of Lochmara #2F73B1

Color information

#2F73B1 (or 0x2F73B1) is unknown color: approx Lochmara. HEX triplet: 2F, 73 and B1. RGB value is (47,115,177). Sum of RGB (Red+Green+Blue) = 47+115+177=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 115 (45.31% from 255 or 33.92% 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 #2F73B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F73B1 is #D08C4E. Grayscale: #656565. Windows color (decimal): -13667407 or 11629359. OLE color: 11629359.

HSL color Cylindrical-coordinate representation of color #2F73B1: hue angle of 208.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F73B1 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB47115177-
CMYK0.730.3500.31
HSL208.62º58.04%43.92%-
HSV(B)208.62º73.45%69.41%-
XYZ15.2416.0443.89-
YUV101.74170.4788.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.86%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=13.86%
G=33.92%
B=52.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471151770.730.3500.31208.6258.0443.92
Hex2F73B1492301Fd13a2c
Octal57163261111430373217254
Binary101111111001110110001100100110001101111111010001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F73B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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