#28689A

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

Shades of Lochmara #28689A

Tints of Lochmara #28689A

Color information

#28689A (or 0x28689A) is unknown color: approx Lochmara. HEX triplet: 28, 68 and 9A. RGB value is (40,104,154). Sum of RGB (Red+Green+Blue) = 40+104+154=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #28689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28689A is #D79765. Grayscale: #5A5A5A. Windows color (decimal): -14128998 or 10119208. OLE color: 10119208.

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

Color convert

RGB40104154-
CMYK0.740.3200.40
HSL206.32º58.76%38.04%-
HSV(B)206.32º74.03%60.39%-
XYZ11.6612.6832.41-
YUV90.56163.891.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.42%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 154 (60.55% from 255) = 51.68%
R=13.42%
G=34.90%
B=51.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal401041540.740.3200.40206.3258.7638.04
Hex28689A4A20028ce3b26
Octal50150232112400503167346
Binary1010001101000100110101001010100000010100011001110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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