#2B7DAD

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

Shades of Lochmara #2B7DAD

Tints of Lochmara #2B7DAD

Color information

#2B7DAD (or 0x2B7DAD) is unknown color: approx Lochmara. HEX triplet: 2B, 7D and AD. RGB value is (43,125,173). Sum of RGB (Red+Green+Blue) = 43+125+173=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B7DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7DAD is #D48252. Grayscale: #696969. Windows color (decimal): -13926995 or 11369771. OLE color: 11369771.

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

Color convert

RGB43125173-
CMYK0.750.2800.32
HSL202.15º60.19%42.35%-
HSV(B)202.15º75.14%67.84%-
XYZ15.8718.242.21-
YUV105.95165.8383.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.61%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=12.61%
G=36.66%
B=50.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431251730.750.2800.32202.1560.1942.35
Hex2B7DAD4B1C020ca3c2a
Octal53175255113340403127452
Binary101011111110110101101100101111100010000011001010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,125,173); }

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

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

 a { background-color: rgb(43,125,173); }

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

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

 span { border-color: rgb(43,125,173); }

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