#28619E

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

Shades of Lochmara #28619E

Tints of Lochmara #28619E

Color information

#28619E (or 0x28619E) is unknown color: approx Lochmara. HEX triplet: 28, 61 and 9E. RGB value is (40,97,158). Sum of RGB (Red+Green+Blue) = 40+97+158=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #28619E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28619E is #D79E61. Grayscale: #565656. Windows color (decimal): -14130786 or 10379560. OLE color: 10379560.

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

Color convert

RGB4097158-
CMYK0.750.3900.38
HSL211.02º59.6%38.82%-
HSV(B)211.02º74.68%61.96%-
XYZ11.3211.4733.96-
YUV86.91168.1294.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=13.56%
G=32.88%
B=53.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40971580.750.3900.38211.0259.638.82
Hex28619E4B27026d33c27
Octal50141236113470463237447
Binary1010001100001100111101001011100111010011011010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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