Html Css Color HEX #28728C Astral

📋 copy color: '#28728C'

red 40 ◦ green 114 ◦ blue 140

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

Shades of Astral #28728C

Tints of Astral #28728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 13.61%
G = 38.78%
B = 47.62%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28728C (or 0x28728C) is known color: Astral. HEX triplet: 28, 72 and 8C. RGB value is (40,114,140). Sum of RGB (Red+Green+Blue) = 40+114+140=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #28728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28728C is #D78D73. Grayscale: #5E5E5E. Windows color (decimal): -14126452 or 9204264. OLE color: 9204264.

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

Color convert

RGB 40 114 140 -
CMYK 0.71 0.19 0 0.45
HSL 195.6º 0.56% 0.35% -
HSV(B) 195.6º 0.71% 0.55% -
XYZ 11.63 14.38 26.97 -
YUV 94.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 40 114 140 0.71 0.19 0 0.45 195.6 0.56 0.35
Hex 28 72 8C 47 13 0 2D C4 38 23
Octal 50 162 214 107 23 0 55 304 70 43
Binary 101000 1110010 10001100 1000111 10011 0 101101 11000100 111000 100011

Color Harmonies of #28728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28728C

Black with #28728C

Text Example


Text Example

White with #28728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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