#28739C

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

Shades of Lochmara #28739C

Tints of Lochmara #28739C

Color information

#28739C (or 0x28739C) is unknown color: approx Lochmara. HEX triplet: 28, 73 and 9C. RGB value is (40,115,156). Sum of RGB (Red+Green+Blue) = 40+115+156=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #28739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28739C is #D78C63. Grayscale: #616161. Windows color (decimal): -14126180 or 10253096. OLE color: 10253096.

HSL color Cylindrical-coordinate representation of color #28739C: hue angle of 201.21º 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 #28739C is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40115156-
CMYK0.740.2600.39
HSL201.21º59.18%38.43%-
HSV(B)201.21º74.36%61.18%-
XYZ13.0115.1133.68-
YUV97.25161.1587.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.86%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=12.86%
G=36.98%
B=50.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401151560.740.2600.39201.2159.1838.43
Hex28739C4A1A027c93b26
Octal50163234112320473117346
Binary101000111001110011100100101011010010011111001001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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