#28708D

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

Shades of Astral #28708D

Tints of Astral #28708D

Color information

#28708D (or 0x28708D) is unknown color: approx Astral. HEX triplet: 28, 70 and 8D. RGB value is (40,112,141). Sum of RGB (Red+Green+Blue) = 40+112+141=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #28708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28708D is #D78F72. Grayscale: #5D5D5D. Windows color (decimal): -14126963 or 9269288. OLE color: 9269288.

HSL color Cylindrical-coordinate representation of color #28708D: hue angle of 197.23º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28708D is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40112141-
CMYK0.720.2100.45
HSL197.23º55.8%35.49%-
HSV(B)197.23º71.63%55.29%-
XYZ11.4813.9627.29-
YUV93.78154.6589.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.65%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=13.65%
G=38.23%
B=48.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401121410.720.2100.45197.2355.835.49
Hex28708D481502Dc53823
Octal50160215110250553057043
Binary101000111000010001101100100010101010110111000101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28708D; }

 p { color: rgb(40,112,141); }

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

<style>
 a { background-color: #28708D; }

 a { background-color: rgb(40,112,141); }

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

<style>
 span { border-color: #28708D; }

 span { border-color: rgb(40,112,141); }

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