#28799d

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

Shades of Lochmara #28799D

Tints of Lochmara #28799D

Color information

#28799D (or 0x28799D) is unknown color: approx Lochmara. HEX triplet: 28, 79 and 9D. RGB value is (40,121,157). Sum of RGB (Red+Green+Blue) = 40+121+157=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #28799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28799D is #D78662. Grayscale: #646464. Windows color (decimal): -14124643 or 10320168. OLE color: 10320168.

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

Color convert

RGB40121157-
CMYK0.750.2300.38
HSL198.46º59.39%38.63%-
HSV(B)198.46º74.52%61.57%-
XYZ13.816.5634.37-
YUV100.88159.6684.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.58%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=12.58%
G=38.05%
B=49.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401211570.750.2300.38198.4659.3938.63
Hex28799D4B17026c63b27
Octal50171235113270463067347
Binary101000111100110011101100101110111010011011000110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28799d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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