#28779E

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

Shades of Lochmara #28779E

Tints of Lochmara #28779E

Color information

#28779E (or 0x28779E) is unknown color: approx Lochmara. HEX triplet: 28, 77 and 9E. RGB value is (40,119,158). Sum of RGB (Red+Green+Blue) = 40+119+158=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #28779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28779E is #D78861. Grayscale: #636363. Windows color (decimal): -14125154 or 10385192. OLE color: 10385192.

HSL color Cylindrical-coordinate representation of color #28779E: hue angle of 199.83º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28779E is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB40119158-
CMYK0.750.2500.38
HSL199.83º59.6%38.82%-
HSV(B)199.83º74.68%61.96%-
XYZ13.6416.1134.74-
YUV99.82160.8385.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.62%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=12.62%
G=37.54%
B=49.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401191580.750.2500.38199.8359.638.82
Hex28779E4B19026c83c27
Octal50167236113310463107447
Binary101000111011110011110100101111001010011011001000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28779E; }

 p { color: rgb(40,119,158); }

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

<style>
 a { background-color: #28779E; }

 a { background-color: rgb(40,119,158); }

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

<style>
 span { border-color: #28779E; }

 span { border-color: rgb(40,119,158); }

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