#28679E

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

Shades of Lochmara #28679E

Tints of Lochmara #28679E

Color information

#28679E (or 0x28679E) is unknown color: approx Lochmara. HEX triplet: 28, 67 and 9E. RGB value is (40,103,158). Sum of RGB (Red+Green+Blue) = 40+103+158=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #28679E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28679E is #D79861. Grayscale: #5A5A5A. Windows color (decimal): -14129250 or 10381096. OLE color: 10381096.

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

Color convert

RGB40103158-
CMYK0.750.3500.38
HSL207.97º59.6%38.82%-
HSV(B)207.97º74.68%61.96%-
XYZ11.912.6234.16-
YUV90.43166.1392.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=13.29%
G=34.22%
B=52.49%

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
Decimal401031580.750.3500.38207.9759.638.82
Hex28679E4B23026d03c27
Octal50147236113430463207447
Binary1010001100111100111101001011100011010011011010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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