#2479AD

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

Shades of Lochmara #2479AD

Tints of Lochmara #2479AD

Color information

#2479AD (or 0x2479AD) is unknown color: approx Lochmara. HEX triplet: 24, 79 and AD. RGB value is (36,121,173). Sum of RGB (Red+Green+Blue) = 36+121+173=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #2479AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2479AD is #DB8652. Grayscale: #656565. Windows color (decimal): -14386771 or 11368740. OLE color: 11368740.

HSL color Cylindrical-coordinate representation of color #2479AD: hue angle of 202.77º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2479AD is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36121173-
CMYK0.790.3000.32
HSL202.77º65.55%40.98%-
HSV(B)202.77º79.19%67.84%-
XYZ15.1117.0742.03-
YUV101.51168.3481.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.91%
GREEN value IS 121 (47.66% from 255) = 36.67%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=10.91%
G=36.67%
B=52.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361211730.790.3000.32202.7765.5540.98
Hex2479AD4F1E020cb4229
Octal441712551173604031310251
Binary1001001111001101011011001111111100100000110010111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2479AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2479AD; }

 p { color: rgb(36,121,173); }

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

<style>
 a { background-color: #2479AD; }

 a { background-color: rgb(36,121,173); }

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

<style>
 span { border-color: #2479AD; }

 span { border-color: rgb(36,121,173); }

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