#2B729F

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

Shades of Lochmara #2B729F

Tints of Lochmara #2B729F

Color information

#2B729F (or 0x2B729F) is unknown color: approx Lochmara. HEX triplet: 2B, 72 and 9F. RGB value is (43,114,159). Sum of RGB (Red+Green+Blue) = 43+114+159=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B729F is #D48D60. Grayscale: #616161. Windows color (decimal): -13929825 or 10449451. OLE color: 10449451.

HSL color Cylindrical-coordinate representation of color #2B729F: hue angle of 203.28º 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 #2B729F is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB43114159-
CMYK0.730.2800.38
HSL203.28º57.43%39.61%-
HSV(B)203.28º72.96%62.35%-
XYZ13.2715.0535.01-
YUV97.9162.4888.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.61%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 159 (62.5% from 255) = 50.32%
R=13.61%
G=36.08%
B=50.32%

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
Decimal431141590.730.2800.38203.2857.4339.61
Hex2B729F491C026cb3928
Octal53162237111340463137150
Binary101011111001010011111100100111100010011011001011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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