#28679F

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

Shades of Lochmara #28679F

Tints of Lochmara #28679F

Color information

#28679F (or 0x28679F) is unknown color: approx Lochmara. HEX triplet: 28, 67 and 9F. RGB value is (40,103,159). Sum of RGB (Red+Green+Blue) = 40+103+159=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #28679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28679F is #D79860. Grayscale: #5A5A5A. Windows color (decimal): -14129249 or 10446632. OLE color: 10446632.

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

Color convert

RGB40103159-
CMYK0.750.3500.38
HSL208.24º59.8%39.02%-
HSV(B)208.24º74.84%62.35%-
XYZ11.9812.6534.61-
YUV90.55166.6391.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.25%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=13.25%
G=34.11%
B=52.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401031590.750.3500.38208.2459.839.02
Hex28679F4B23026d03c27
Octal50147237113430463207447
Binary1010001100111100111111001011100011010011011010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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