#28659E

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

Shades of Lochmara #28659E

Tints of Lochmara #28659E

Color information

#28659E (or 0x28659E) is unknown color: approx Lochmara. HEX triplet: 28, 65 and 9E. RGB value is (40,101,158). Sum of RGB (Red+Green+Blue) = 40+101+158=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #28659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28659E is #D79A61. Grayscale: #585858. Windows color (decimal): -14129762 or 10380584. OLE color: 10380584.

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

Color convert

RGB40101158-
CMYK0.750.3600.38
HSL208.98º59.6%38.82%-
HSV(B)208.98º74.68%61.96%-
XYZ11.712.2334.09-
YUV89.26166.7992.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=13.38%
G=33.78%
B=52.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401011580.750.3600.38208.9859.638.82
Hex28659E4B24026d13c27
Octal50145236113440463217447
Binary1010001100101100111101001011100100010011011010001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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