#28798E

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

Shades of Astral #28798E

Tints of Astral #28798E

Color information

#28798E (or 0x28798E) is unknown color: approx Astral. HEX triplet: 28, 79 and 8E. RGB value is (40,121,142). Sum of RGB (Red+Green+Blue) = 40+121+142=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #28798E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28798E is #D78671. Grayscale: #636363. Windows color (decimal): -14124658 or 9337128. OLE color: 9337128.

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

Color convert

RGB40121142-
CMYK0.720.1500.44
HSL192.35º56.04%35.69%-
HSV(B)192.35º71.83%55.69%-
XYZ12.5916.0828.03-
YUV99.18152.1685.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=13.20%
G=39.93%
B=46.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401211420.720.1500.44192.3556.0435.69
Hex28798E48F02Cc03824
Octal50171216110170543007044
Binary10100011110011000111010010001111010110011000000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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