#28689D

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

Shades of Lochmara #28689D

Tints of Lochmara #28689D

Color information

#28689D (or 0x28689D) is unknown color: approx Lochmara. HEX triplet: 28, 68 and 9D. RGB value is (40,104,157). Sum of RGB (Red+Green+Blue) = 40+104+157=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #28689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28689D is #D79762. Grayscale: #5A5A5A. Windows color (decimal): -14128995 or 10315816. OLE color: 10315816.

HSL color Cylindrical-coordinate representation of color #28689D: hue angle of 207.18º degrees, saturation: 0.59, 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 #28689D is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB40104157-
CMYK0.750.3400.38
HSL207.18º59.39%38.63%-
HSV(B)207.18º74.52%61.57%-
XYZ11.9112.7933.74-
YUV90.91165.391.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=13.29%
G=34.55%
B=52.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401041570.750.3400.38207.1859.3938.63
Hex28689D4B22026cf3b27
Octal50150235113420463177347
Binary1010001101000100111011001011100010010011011001111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28689D; }

 p { color: rgb(40,104,157); }

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

<style>
 a { background-color: #28689D; }

 a { background-color: rgb(40,104,157); }

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

<style>
 span { border-color: #28689D; }

 span { border-color: rgb(40,104,157); }

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