#28729C

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

Shades of Lochmara #28729C

Tints of Lochmara #28729C

Color information

#28729C (or 0x28729C) is unknown color: approx Lochmara. HEX triplet: 28, 72 and 9C. RGB value is (40,114,156). Sum of RGB (Red+Green+Blue) = 40+114+156=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #28729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28729C is #D78D63. Grayscale: #606060. Windows color (decimal): -14126436 or 10252840. OLE color: 10252840.

HSL color Cylindrical-coordinate representation of color #28729C: hue angle of 201.72º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28729C is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40114156-
CMYK0.740.2700.39
HSL201.72º59.18%38.43%-
HSV(B)201.72º74.36%61.18%-
XYZ12.8914.8933.65-
YUV96.66161.4887.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 156 (61.33% from 255) = 50.32%
R=12.90%
G=36.77%
B=50.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401141560.740.2700.39201.7259.1838.43
Hex28729C4A1B027ca3b26
Octal50162234112330473127346
Binary101000111001010011100100101011011010011111001010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28729C; }

 p { color: rgb(40,114,156); }

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

<style>
 a { background-color: #28729C; }

 a { background-color: rgb(40,114,156); }

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

<style>
 span { border-color: #28729C; }

 span { border-color: rgb(40,114,156); }

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