#2478B4

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

Shades of Lochmara #2478B4

Tints of Lochmara #2478B4

Color information

#2478B4 (or 0x2478B4) is unknown color: approx Lochmara. HEX triplet: 24, 78 and B4. RGB value is (36,120,180). Sum of RGB (Red+Green+Blue) = 36+120+180=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #2478B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2478B4 is #DB874B. Grayscale: #656565. Windows color (decimal): -14387020 or 11827236. OLE color: 11827236.

HSL color Cylindrical-coordinate representation of color #2478B4: hue angle of 205º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2478B4 is Cyan = 0.8, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB36120180-
CMYK0.80.3300.29
HSL205º66.67%42.35%-
HSV(B)205º80%70.59%-
XYZ15.6817.145.65-
YUV101.72172.1781.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.71%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 180 (70.70% from 255) = 53.57%
R=10.71%
G=35.71%
B=53.57%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal361201800.80.3300.2920566.6742.35
Hex2478B4502101Dcd432a
Octal441702641204103531510352
Binary1001001111000101101001010000100001011101110011011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2478B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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