#2D78AB

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

Shades of Lochmara #2D78AB

Tints of Lochmara #2D78AB

Color information

#2D78AB (or 0x2D78AB) is unknown color: approx Lochmara. HEX triplet: 2D, 78 and AB. RGB value is (45,120,171). Sum of RGB (Red+Green+Blue) = 45+120+171=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D78AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D78AB is #D28754. Grayscale: #676767. Windows color (decimal): -13797205 or 11237421. OLE color: 11237421.

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

Color convert

RGB45120171-
CMYK0.740.3000.33
HSL204.29º58.33%42.35%-
HSV(B)204.29º73.68%67.06%-
XYZ15.1516.9341-
YUV103.39166.1586.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.39%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=13.39%
G=35.71%
B=50.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451201710.740.3000.33204.2958.3342.35
Hex2D78AB4A1E021cc3a2a
Octal55170253112360413147252
Binary101101111100010101011100101011110010000111001100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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