Html Css Color HEX #28718D Astral

📋 copy color: '#28718D'

red 40 ◦ green 113 ◦ blue 141

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

Shades of Astral #28718D

Tints of Astral #28718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.44%

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

R = 13.61%
G = 38.44%
B = 47.96%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28718D (or 0x28718D) is known color: Astral. HEX triplet: 28, 71 and 8D. RGB value is (40,113,141). Sum of RGB (Red+Green+Blue) = 40+113+141=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #28718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28718D is #D78E72. Grayscale: #5E5E5E. Windows color (decimal): -14126707 or 9269544. OLE color: 9269544.

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

Color convert

RGB 40 113 141 -
CMYK 0.72 0.20 0 0.45
HSL 196.63º 0.56% 0.35% -
HSV(B) 196.63º 0.72% 0.55% -
XYZ 11.59 14.18 27.33 -
YUV 94.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 40 113 141 0.72 0.20 0 0.45 196.63 0.56 0.35
Hex 28 71 8D 48 14 0 2D C5 38 23
Octal 50 161 215 110 24 0 55 305 70 43
Binary 101000 1110001 10001101 1001000 10100 0 101101 11000101 111000 100011

Color Harmonies of #28718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28718D

Black with #28718D

Text Example


Text Example

White with #28718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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