#28708A

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

Shades of Astral #28708A

Tints of Astral #28708A

Color information

#28708A (or 0x28708A) is unknown color: approx Astral. HEX triplet: 28, 70 and 8A. RGB value is (40,112,138). Sum of RGB (Red+Green+Blue) = 40+112+138=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #28708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28708A is #D78F75. Grayscale: #5D5D5D. Windows color (decimal): -14126966 or 9072680. OLE color: 9072680.

HSL color Cylindrical-coordinate representation of color #28708A: hue angle of 195.92º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28708A is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB40112138-
CMYK0.710.1900.46
HSL195.92º55.06%34.9%-
HSV(B)195.92º71.01%54.12%-
XYZ11.2613.8726.13-
YUV93.44153.1589.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.79%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=13.79%
G=38.62%
B=47.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401121380.710.1900.46195.9255.0634.9
Hex28708A471302Ec43723
Octal50160212107230563046743
Binary101000111000010001010100011110011010111011000100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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