#28699A

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

Shades of Lochmara #28699A

Tints of Lochmara #28699A

Color information

#28699A (or 0x28699A) is unknown color: approx Lochmara. HEX triplet: 28, 69 and 9A. RGB value is (40,105,154). Sum of RGB (Red+Green+Blue) = 40+105+154=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #28699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28699A is #D79665. Grayscale: #5A5A5A. Windows color (decimal): -14128742 or 10119464. OLE color: 10119464.

HSL color Cylindrical-coordinate representation of color #28699A: hue angle of 205.79º 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 #28699A is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB40105154-
CMYK0.740.3200.40
HSL205.79º58.76%38.04%-
HSV(B)205.79º74.03%60.39%-
XYZ11.7612.8932.44-
YUV91.15163.4791.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=13.38%
G=35.12%
B=51.51%

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
Decimal401051540.740.3200.40205.7958.7638.04
Hex28699A4A20028ce3b26
Octal50151232112400503167346
Binary1010001101001100110101001010100000010100011001110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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