Html Css Color HEX #28708F Astral

📋 copy color: '#28708F'

red 40 ◦ green 112 ◦ blue 143

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

Shades of Astral #28708F

Tints of Astral #28708F

RGB

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

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

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

R = 13.56%
G = 37.97%
B = 48.47%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28708F (or 0x28708F) is known color: Astral. HEX triplet: 28, 70 and 8F. RGB value is (40,112,143). Sum of RGB (Red+Green+Blue) = 40+112+143=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #28708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28708F is #D78F70. Grayscale: #5D5D5D. Windows color (decimal): -14126961 or 9400360. OLE color: 9400360.

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

Color convert

RGB 40 112 143 -
CMYK 0.72 0.22 0 0.44
HSL 198.06º 0.56% 0.36% -
HSV(B) 198.06º 0.72% 0.56% -
XYZ 11.63 14.02 28.08 -
YUV 94.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 40 112 143 0.72 0.22 0 0.44 198.06 0.56 0.36
Hex 28 70 8F 48 16 0 2C C6 38 24
Octal 50 160 217 110 26 0 54 306 70 44
Binary 101000 1110000 10001111 1001000 10110 0 101100 11000110 111000 100100

Color Harmonies of #28708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28708F

Black with #28708F

Text Example


Text Example

White with #28708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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