#28718E

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

Shades of Astral #28718E

Tints of Astral #28718E

Color information

#28718E (or 0x28718E) is unknown color: approx Astral. HEX triplet: 28, 71 and 8E. RGB value is (40,113,142). Sum of RGB (Red+Green+Blue) = 40+113+142=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #28718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28718E is #D78E71. Grayscale: #5E5E5E. Windows color (decimal): -14126706 or 9335080. OLE color: 9335080.

HSL color Cylindrical-coordinate representation of color #28718E: hue angle of 197.06º 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 #28718E is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40113142-
CMYK0.720.2000.44
HSL197.06º56.04%35.69%-
HSV(B)197.06º71.83%55.69%-
XYZ11.6614.2127.72-
YUV94.48154.8289.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=13.56%
G=38.31%
B=48.14%

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
Decimal401131420.720.2000.44197.0656.0435.69
Hex28718E481402Cc53824
Octal50161216110240543057044
Binary101000111000110001110100100010100010110011000101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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