#28738D

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

Shades of Astral #28738D

Tints of Astral #28738D

Color information

#28738D (or 0x28738D) is unknown color: approx Astral. HEX triplet: 28, 73 and 8D. RGB value is (40,115,141). Sum of RGB (Red+Green+Blue) = 40+115+141=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #28738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28738D is #D78C72. Grayscale: #5F5F5F. Windows color (decimal): -14126195 or 9270056. OLE color: 9270056.

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

Color convert

RGB40115141-
CMYK0.720.1800.45
HSL195.45º55.8%35.49%-
HSV(B)195.45º71.63%55.29%-
XYZ11.8114.6427.4-
YUV95.54153.6588.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 141 (55.47% from 255) = 47.64%
R=13.51%
G=38.85%
B=47.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401151410.720.1800.45195.4555.835.49
Hex28738D481202Dc33823
Octal50163215110220553037043
Binary101000111001110001101100100010010010110111000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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