#28799F

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

Shades of Lochmara #28799F

Tints of Lochmara #28799F

Color information

#28799F (or 0x28799F) is unknown color: approx Lochmara. HEX triplet: 28, 79 and 9F. RGB value is (40,121,159). Sum of RGB (Red+Green+Blue) = 40+121+159=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #28799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28799F is #D78660. Grayscale: #646464. Windows color (decimal): -14124641 or 10451240. OLE color: 10451240.

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

Color convert

RGB40121159-
CMYK0.750.2400.38
HSL199.16º59.8%39.02%-
HSV(B)199.16º74.84%62.35%-
XYZ13.9716.6335.27-
YUV101.11160.6684.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.5%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 159 (62.5% from 255) = 49.69%
R=12.5%
G=37.81%
B=49.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401211590.750.2400.38199.1659.839.02
Hex28799F4B18026c73c27
Octal50171237113300463077447
Binary101000111100110011111100101111000010011011000111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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