#28749C

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

Shades of Lochmara #28749C

Tints of Lochmara #28749C

Color information

#28749C (or 0x28749C) is unknown color: approx Lochmara. HEX triplet: 28, 74 and 9C. RGB value is (40,116,156). Sum of RGB (Red+Green+Blue) = 40+116+156=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #28749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28749C is #D78B63. Grayscale: #616161. Windows color (decimal): -14125924 or 10253352. OLE color: 10253352.

HSL color Cylindrical-coordinate representation of color #28749C: hue angle of 200.69º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28749C is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40116156-
CMYK0.740.2600.39
HSL200.69º59.18%38.43%-
HSV(B)200.69º74.36%61.18%-
XYZ13.1215.3433.72-
YUV97.84160.8286.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.82%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 156 (61.33% from 255) = 50%
R=12.82%
G=37.18%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401161560.740.2600.39200.6959.1838.43
Hex28749C4A1A027c93b26
Octal50164234112320473117346
Binary101000111010010011100100101011010010011111001001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28749C; }

 p { color: rgb(40,116,156); }

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

<style>
 a { background-color: #28749C; }

 a { background-color: rgb(40,116,156); }

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

<style>
 span { border-color: #28749C; }

 span { border-color: rgb(40,116,156); }

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