#2D7BAB

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

Shades of Lochmara #2D7BAB

Tints of Lochmara #2D7BAB

Color information

#2D7BAB (or 0x2D7BAB) is unknown color: approx Lochmara. HEX triplet: 2D, 7B and AB. RGB value is (45,123,171). Sum of RGB (Red+Green+Blue) = 45+123+171=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7BAB is #D28454. Grayscale: #686868. Windows color (decimal): -13796437 or 11238189. OLE color: 11238189.

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

Color convert

RGB45123171-
CMYK0.740.2800.33
HSL202.86º58.33%42.35%-
HSV(B)202.86º73.68%67.06%-
XYZ15.5217.6641.12-
YUV105.15165.1685.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.27%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=13.27%
G=36.28%
B=50.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451231710.740.2800.33202.8658.3342.35
Hex2D7BAB4A1C021cb3a2a
Octal55173253112340413137252
Binary101101111101110101011100101011100010000111001011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,123,171); }

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

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

 a { background-color: rgb(45,123,171); }

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

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

 span { border-color: rgb(45,123,171); }

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