#2479A5

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

Shades of Lochmara #2479A5

Tints of Lochmara #2479A5

Color information

#2479A5 (or 0x2479A5) is unknown color: approx Lochmara. HEX triplet: 24, 79 and A5. RGB value is (36,121,165). Sum of RGB (Red+Green+Blue) = 36+121+165=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 165 (64.84% from 255 or 51.24% from 322); Max value from RGB is 165 - color contains mainly: blue. Hex color #2479A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2479A5 is #DB865A. Grayscale: #646464. Windows color (decimal): -14386779 or 10844452. OLE color: 10844452.

HSL color Cylindrical-coordinate representation of color #2479A5: hue angle of 200.47º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2479A5 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB36121165-
CMYK0.780.2700.35
HSL200.47º64.18%39.41%-
HSV(B)200.47º78.18%64.71%-
XYZ14.3616.7738.08-
YUV100.6164.3481.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.18%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 165 (64.84% from 255) = 51.24%
R=11.18%
G=37.58%
B=51.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361211650.780.2700.35200.4764.1839.41
Hex2479A54E1B023c84027
Octal441712451163304331010047
Binary1001001111001101001011001110110110100011110010001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2479A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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