#28759E

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

Shades of Lochmara #28759E

Tints of Lochmara #28759E

Color information

#28759E (or 0x28759E) is unknown color: approx Lochmara. HEX triplet: 28, 75 and 9E. RGB value is (40,117,158). Sum of RGB (Red+Green+Blue) = 40+117+158=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #28759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28759E is #D78A61. Grayscale: #626262. Windows color (decimal): -14125666 or 10384680. OLE color: 10384680.

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

Color convert

RGB40117158-
CMYK0.750.2600.38
HSL200.85º59.6%38.82%-
HSV(B)200.85º74.68%61.96%-
XYZ13.4115.6434.66-
YUV98.65161.4986.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=12.70%
G=37.14%
B=50.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401171580.750.2600.38200.8559.638.82
Hex28759E4B1A026c93c27
Octal50165236113320463117447
Binary101000111010110011110100101111010010011011001001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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