Html Css Color HEX #28728F Astral

📋 copy color: '#28728F'

red 40 ◦ green 114 ◦ blue 143

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

Shades of Astral #28728F

Tints of Astral #28728F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.15%

R = 13.47%
G = 38.38%
B = 48.15%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28728F (or 0x28728F) is known color: Astral. HEX triplet: 28, 72 and 8F. RGB value is (40,114,143). Sum of RGB (Red+Green+Blue) = 40+114+143=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #28728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28728F is #D78D70. Grayscale: #5E5E5E. Windows color (decimal): -14126449 or 9400872. OLE color: 9400872.

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

Color convert

RGB 40 114 143 -
CMYK 0.72 0.20 0 0.44
HSL 196.89º 0.56% 0.36% -
HSV(B) 196.89º 0.72% 0.56% -
XYZ 11.85 14.47 28.15 -
YUV 95.18 154.98 88.64 -
System Red Green Blue C M Y K H S L
Decimal 40 114 143 0.72 0.20 0 0.44 196.89 0.56 0.36
Hex 28 72 8F 48 14 0 2C C5 38 24
Octal 50 162 217 110 24 0 54 305 70 44
Binary 101000 1110010 10001111 1001000 10100 0 101100 11000101 111000 100100

Color Harmonies of #28728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28728F

Black with #28728F

Text Example


Text Example

White with #28728F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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