#28709F

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

Shades of Lochmara #28709F

Tints of Lochmara #28709F

Color information

#28709F (or 0x28709F) is unknown color: approx Lochmara. HEX triplet: 28, 70 and 9F. RGB value is (40,112,159). Sum of RGB (Red+Green+Blue) = 40+112+159=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #28709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28709F is #D78F60. Grayscale: #5F5F5F. Windows color (decimal): -14126945 or 10448936. OLE color: 10448936.

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

Color convert

RGB40112159-
CMYK0.750.3000.38
HSL203.7º59.8%39.02%-
HSV(B)203.7º74.84%62.35%-
XYZ12.9314.5434.93-
YUV95.83163.6588.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.86%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=12.86%
G=36.01%
B=51.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401121590.750.3000.38203.759.839.02
Hex28709F4B1E026cc3c27
Octal50160237113360463147447
Binary101000111000010011111100101111110010011011001100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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