Html Css Color HEX #28728D Astral

📋 copy color: '#28728D'

red 40 ◦ green 114 ◦ blue 141

#28728D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #28728D

Tints of Astral #28728D

RGB

 RED value IS 40 (16.02% from 255) = 13.56%

 GREEN value IS 114 (44.92% from 255) = 38.64%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 13.56%
G = 38.64%
B = 47.8%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28728D (or 0x28728D) is known color: Astral. HEX triplet: 28, 72 and 8D. RGB value is (40,114,141). Sum of RGB (Red+Green+Blue) = 40+114+141=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #28728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28728D is #D78D72. Grayscale: #5E5E5E. Windows color (decimal): -14126451 or 9269800. OLE color: 9269800.

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

Color convert

RGB 40 114 141 -
CMYK 0.72 0.19 0 0.45
HSL 196.04º 0.56% 0.35% -
HSV(B) 196.04º 0.72% 0.55% -
XYZ 11.7 14.41 27.36 -
YUV 94.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 40 114 141 0.72 0.19 0 0.45 196.04 0.56 0.35
Hex 28 72 8D 48 13 0 2D C4 38 23
Octal 50 162 215 110 23 0 55 304 70 43
Binary 101000 1110010 10001101 1001000 10011 0 101101 11000100 111000 100011

Color Harmonies of #28728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28728D

Black with #28728D

Text Example


Text Example

White with #28728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28728D;
 }
 .AnyTagClassName
 {
   color: #28728D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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