#2B719F

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

Shades of Lochmara #2B719F

Tints of Lochmara #2B719F

Color information

#2B719F (or 0x2B719F) is unknown color: approx Lochmara. HEX triplet: 2B, 71 and 9F. RGB value is (43,113,159). Sum of RGB (Red+Green+Blue) = 43+113+159=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B719F is #D48E60. Grayscale: #616161. Windows color (decimal): -13930081 or 10449195. OLE color: 10449195.

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

Color convert

RGB43113159-
CMYK0.730.2900.38
HSL203.79º57.43%39.61%-
HSV(B)203.79º72.96%62.35%-
XYZ13.1614.8334.97-
YUV97.31162.8189.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 159 (62.5% from 255) = 50.48%
R=13.65%
G=35.87%
B=50.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431131590.730.2900.38203.7957.4339.61
Hex2B719F491D026cc3928
Octal53161237111350463147150
Binary101011111000110011111100100111101010011011001100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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