#2478AD

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

Shades of Lochmara #2478AD

Tints of Lochmara #2478AD

Color information

#2478AD (or 0x2478AD) is unknown color: approx Lochmara. HEX triplet: 24, 78 and AD. RGB value is (36,120,173). Sum of RGB (Red+Green+Blue) = 36+120+173=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #2478AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2478AD is #DB8752. Grayscale: #646464. Windows color (decimal): -14387027 or 11368484. OLE color: 11368484.

HSL color Cylindrical-coordinate representation of color #2478AD: hue angle of 203.21º 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 #2478AD is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36120173-
CMYK0.790.3100.32
HSL203.21º65.55%40.98%-
HSV(B)203.21º79.19%67.84%-
XYZ14.9916.8341.99-
YUV100.93168.6781.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.94%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=10.94%
G=36.47%
B=52.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361201730.790.3100.32203.2165.5540.98
Hex2478AD4F1F020cb4229
Octal441702551173704031310251
Binary1001001111000101011011001111111110100000110010111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2478AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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