#2478B0

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

Shades of Lochmara #2478B0

Tints of Lochmara #2478B0

Color information

#2478B0 (or 0x2478B0) is unknown color: approx Lochmara. HEX triplet: 24, 78 and B0. RGB value is (36,120,176). Sum of RGB (Red+Green+Blue) = 36+120+176=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #2478B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2478B0 is #DB874F. Grayscale: #646464. Windows color (decimal): -14387024 or 11565092. OLE color: 11565092.

HSL color Cylindrical-coordinate representation of color #2478B0: hue angle of 204º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2478B0 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB36120176-
CMYK0.800.3200.31
HSL204º66.04%41.57%-
HSV(B)204º79.55%69.02%-
XYZ15.2816.9443.54-
YUV101.27170.1781.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.84%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 176 (69.14% from 255) = 53.01%
R=10.84%
G=36.14%
B=53.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361201760.800.3200.3120466.0441.57
Hex2478B0502001Fcc422a
Octal441702601204003731410252
Binary1001001111000101100001010000100000011111110011001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2478B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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