#28758D

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

Shades of Astral #28758D

Tints of Astral #28758D

Color information

#28758D (or 0x28758D) is unknown color: approx Astral. HEX triplet: 28, 75 and 8D. RGB value is (40,117,141). Sum of RGB (Red+Green+Blue) = 40+117+141=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #28758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28758D is #D78A72. Grayscale: #606060. Windows color (decimal): -14125683 or 9270568. OLE color: 9270568.

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

Color convert

RGB40117141-
CMYK0.720.1700.45
HSL194.26º55.8%35.49%-
HSV(B)194.26º71.63%55.29%-
XYZ12.0415.127.48-
YUV96.71152.9987.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.42%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=13.42%
G=39.26%
B=47.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401171410.720.1700.45194.2655.835.49
Hex28758D481102Dc23823
Octal50165215110210553027043
Binary101000111010110001101100100010001010110111000010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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