#28709E

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

Shades of Lochmara #28709E

Tints of Lochmara #28709E

Color information

#28709E (or 0x28709E) is unknown color: approx Lochmara. HEX triplet: 28, 70 and 9E. RGB value is (40,112,158). Sum of RGB (Red+Green+Blue) = 40+112+158=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #28709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28709E is #D78F61. Grayscale: #5F5F5F. Windows color (decimal): -14126946 or 10383400. OLE color: 10383400.

HSL color Cylindrical-coordinate representation of color #28709E: hue angle of 203.39º 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 #28709E is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB40112158-
CMYK0.750.2900.38
HSL203.39º59.6%38.82%-
HSV(B)203.39º74.68%61.96%-
XYZ12.8414.5134.47-
YUV95.72163.1588.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=12.90%
G=36.13%
B=50.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401121580.750.2900.38203.3959.638.82
Hex28709E4B1D026cb3c27
Octal50160236113350463137447
Binary101000111000010011110100101111101010011011001011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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