Html Css Color HEX #28708D Astral

📋 copy color: '#28708D'

red 40 ◦ green 112 ◦ blue 141

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

Shades of Astral #28708D

Tints of Astral #28708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

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

R = 13.65%
G = 38.23%
B = 48.12%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28708D (or 0x28708D) is known color: Astral. HEX triplet: 28, 70 and 8D. RGB value is (40,112,141). Sum of RGB (Red+Green+Blue) = 40+112+141=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #28708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28708D is #D78F72. Grayscale: #5D5D5D. Windows color (decimal): -14126963 or 9269288. OLE color: 9269288.

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

Color convert

RGB 40 112 141 -
CMYK 0.72 0.21 0 0.45
HSL 197.23º 0.56% 0.35% -
HSV(B) 197.23º 0.72% 0.55% -
XYZ 11.48 13.96 27.29 -
YUV 93.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 40 112 141 0.72 0.21 0 0.45 197.23 0.56 0.35
Hex 28 70 8D 48 15 0 2D C5 38 23
Octal 50 160 215 110 25 0 55 305 70 43
Binary 101000 1110000 10001101 1001000 10101 0 101101 11000101 111000 100011

Color Harmonies of #28708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28708D

Black with #28708D

Text Example


Text Example

White with #28708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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