#28789F

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

Shades of Lochmara #28789F

Tints of Lochmara #28789F

Color information

#28789F (or 0x28789F) is unknown color: approx Lochmara. HEX triplet: 28, 78 and 9F. RGB value is (40,120,159). Sum of RGB (Red+Green+Blue) = 40+120+159=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #28789F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28789F is #D78760. Grayscale: #646464. Windows color (decimal): -14124897 or 10450984. OLE color: 10450984.

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

Color convert

RGB40120159-
CMYK0.750.2500.38
HSL199.66º59.8%39.02%-
HSV(B)199.66º74.84%62.35%-
XYZ13.8516.3935.23-
YUV100.5316184.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.54%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=12.54%
G=37.62%
B=49.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401201590.750.2500.38199.6659.839.02
Hex28789F4B19026c83c27
Octal50170237113310463107447
Binary101000111100010011111100101111001010011011001000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28789F; }

 p { color: rgb(40,120,159); }

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

<style>
 a { background-color: #28789F; }

 a { background-color: rgb(40,120,159); }

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

<style>
 span { border-color: #28789F; }

 span { border-color: rgb(40,120,159); }

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