#2D79AB

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

Shades of Lochmara #2D79AB

Tints of Lochmara #2D79AB

Color information

#2D79AB (or 0x2D79AB) is unknown color: approx Lochmara. HEX triplet: 2D, 79 and AB. RGB value is (45,121,171). Sum of RGB (Red+Green+Blue) = 45+121+171=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D79AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D79AB is #D28654. Grayscale: #676767. Windows color (decimal): -13796949 or 11237677. OLE color: 11237677.

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

Color convert

RGB45121171-
CMYK0.740.2900.33
HSL203.81º58.33%42.35%-
HSV(B)203.81º73.68%67.06%-
XYZ15.2717.1741.04-
YUV103.98165.8285.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.35%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=13.35%
G=35.91%
B=50.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451211710.740.2900.33203.8158.3342.35
Hex2D79AB4A1D021cc3a2a
Octal55171253112350413147252
Binary101101111100110101011100101011101010000111001100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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