#2b7aaa

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

Shades of Lochmara #2B7AAA

Tints of Lochmara #2B7AAA

Color information

#2B7AAA (or 0x2B7AAA) is unknown color: approx Lochmara. HEX triplet: 2B, 7A and AA. RGB value is (43,122,170). Sum of RGB (Red+Green+Blue) = 43+122+170=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B7AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7AAA is #D48555. Grayscale: #676767. Windows color (decimal): -13927766 or 11172395. OLE color: 11172395.

HSL color Cylindrical-coordinate representation of color #2B7AAA: hue angle of 202.68º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B7AAA is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB43122170-
CMYK0.750.2800.33
HSL202.68º59.62%41.76%-
HSV(B)202.68º74.71%66.67%-
XYZ15.2117.3340.57-
YUV103.85165.3384.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.84%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=12.84%
G=36.42%
B=50.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431221700.750.2800.33202.6859.6241.76
Hex2B7AAA4B1C021cb3c2a
Octal53172252113340413137452
Binary101011111101010101010100101111100010000111001011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b7aaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,122,170); }

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

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

 a { background-color: rgb(43,122,170); }

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

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

 span { border-color: rgb(43,122,170); }

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