#2B739F

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

Shades of Lochmara #2B739F

Tints of Lochmara #2B739F

Color information

#2B739F (or 0x2B739F) is unknown color: approx Lochmara. HEX triplet: 2B, 73 and 9F. RGB value is (43,115,159). Sum of RGB (Red+Green+Blue) = 43+115+159=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B739F is #D48C60. Grayscale: #626262. Windows color (decimal): -13929569 or 10449707. OLE color: 10449707.

HSL color Cylindrical-coordinate representation of color #2B739F: hue angle of 202.76º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B739F is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB43115159-
CMYK0.730.2800.38
HSL202.76º57.43%39.61%-
HSV(B)202.76º72.96%62.35%-
XYZ13.3915.2835.04-
YUV98.49162.1588.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.56%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=13.56%
G=36.28%
B=50.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431151590.730.2800.38202.7657.4339.61
Hex2B739F491C026cb3928
Octal53163237111340463137150
Binary101011111001110011111100100111100010011011001011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,115,159); }

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

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

 a { background-color: rgb(43,115,159); }

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

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

 span { border-color: rgb(43,115,159); }

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