#28728E

Color #28728E Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #28728E

Tints of Astral #28728E

Color information

#28728E (or 0x28728E) is unknown color: approx Astral. HEX triplet: 28, 72 and 8E. RGB value is (40,114,142). Sum of RGB (Red+Green+Blue) = 40+114+142=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #28728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28728E is #D78D71. Grayscale: #5E5E5E. Windows color (decimal): -14126450 or 9335336. OLE color: 9335336.

HSL color Cylindrical-coordinate representation of color #28728E: hue angle of 196.47º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28728E is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40114142-
CMYK0.720.2000.44
HSL196.47º56.04%35.69%-
HSV(B)196.47º71.83%55.69%-
XYZ11.7714.4427.76-
YUV95.07154.4888.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=13.51%
G=38.51%
B=47.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401141420.720.2000.44196.4756.0435.69
Hex28728E481402Cc43824
Octal50162216110240543047044
Binary101000111001010001110100100010100010110011000100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28728E; }

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

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

<style>
 a { background-color: #28728E; }

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

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

<style>
 span { border-color: #28728E; }

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

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