#28689B

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

Shades of Lochmara #28689B

Tints of Lochmara #28689B

Color information

#28689B (or 0x28689B) is unknown color: approx Lochmara. HEX triplet: 28, 68 and 9B. RGB value is (40,104,155). Sum of RGB (Red+Green+Blue) = 40+104+155=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #28689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28689B is #D79764. Grayscale: #5A5A5A. Windows color (decimal): -14128997 or 10184744. OLE color: 10184744.

HSL color Cylindrical-coordinate representation of color #28689B: hue angle of 206.61º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28689B is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40104155-
CMYK0.740.3300.39
HSL206.61º58.97%38.24%-
HSV(B)206.61º74.19%60.78%-
XYZ11.7412.7232.85-
YUV90.68164.391.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=13.38%
G=34.78%
B=51.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401041550.740.3300.39206.6158.9738.24
Hex28689B4A21027cf3b26
Octal50150233112410473177346
Binary1010001101000100110111001010100001010011111001111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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