#2b7ea6

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

Shades of Lochmara #2B7EA6

Tints of Lochmara #2B7EA6

Color information

#2B7EA6 (or 0x2B7EA6) is unknown color: approx Lochmara. HEX triplet: 2B, 7E and A6. RGB value is (43,126,166). Sum of RGB (Red+Green+Blue) = 43+126+166=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #2B7EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7EA6 is #D48159. Grayscale: #696969. Windows color (decimal): -13926746 or 10911275. OLE color: 10911275.

HSL color Cylindrical-coordinate representation of color #2B7EA6: hue angle of 199.51º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B7EA6 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB43126166-
CMYK0.740.2400.35
HSL199.51º58.85%40.98%-
HSV(B)199.51º74.1%65.1%-
XYZ15.3418.1938.78-
YUV105.7416283.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.84%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 166 (65.23% from 255) = 49.55%
R=12.84%
G=37.61%
B=49.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431261660.740.2400.35199.5158.8540.98
Hex2B7EA64A18023c83b29
Octal53176246112300433107351
Binary101011111111010100110100101011000010001111001000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b7ea6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,126,166); }

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

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

 a { background-color: rgb(43,126,166); }

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

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

 span { border-color: rgb(43,126,166); }

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