Html Css Color HEX #28728B Astral

📋 copy color: '#28728B'

red 40 ◦ green 114 ◦ blue 139

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

Shades of Astral #28728B

Tints of Astral #28728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 13.65%
G = 38.91%
B = 47.44%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28728B (or 0x28728B) is known color: Astral. HEX triplet: 28, 72 and 8B. RGB value is (40,114,139). Sum of RGB (Red+Green+Blue) = 40+114+139=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #28728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28728B is #D78D74. Grayscale: #5E5E5E. Windows color (decimal): -14126453 or 9138728. OLE color: 9138728.

HSL color Cylindrical-coordinate representation of color #28728B: hue angle of 195.15º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28728B is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 114 139 -
CMYK 0.71 0.18 0 0.45
HSL 195.15º 0.55% 0.35% -
HSV(B) 195.15º 0.71% 0.55% -
XYZ 11.55 14.35 26.59 -
YUV 94.72 152.98 88.97 -
System Red Green Blue C M Y K H S L
Decimal 40 114 139 0.71 0.18 0 0.45 195.15 0.55 0.35
Hex 28 72 8B 47 12 0 2D C3 37 23
Octal 50 162 213 107 22 0 55 303 67 43
Binary 101000 1110010 10001011 1000111 10010 0 101101 11000011 110111 100011

Color Harmonies of #28728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28728B

Black with #28728B

Text Example


Text Example

White with #28728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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