#28758E

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

Shades of Astral #28758E

Tints of Astral #28758E

Color information

#28758E (or 0x28758E) is unknown color: approx Astral. HEX triplet: 28, 75 and 8E. RGB value is (40,117,142). Sum of RGB (Red+Green+Blue) = 40+117+142=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #28758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28758E is #D78A71. Grayscale: #606060. Windows color (decimal): -14125682 or 9336104. OLE color: 9336104.

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

Color convert

RGB40117142-
CMYK0.720.1800.44
HSL194.71º56.04%35.69%-
HSV(B)194.71º71.83%55.69%-
XYZ12.1215.1327.87-
YUV96.83153.4987.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=13.38%
G=39.13%
B=47.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401171420.720.1800.44194.7156.0435.69
Hex28758E481202Cc33824
Octal50165216110220543037044
Binary101000111010110001110100100010010010110011000011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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