Html Css Color HEX #28718B Astral

📋 copy color: '#28718B'

red 40 ◦ green 113 ◦ blue 139

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

Shades of Astral #28718B

Tints of Astral #28718B

RGB

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

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

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

R = 13.7%
G = 38.7%
B = 47.6%

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

#28718B (or 0x28718B) is known color: Astral. HEX triplet: 28, 71 and 8B. RGB value is (40,113,139). Sum of RGB (Red+Green+Blue) = 40+113+139=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #28718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28718B is #D78E74. Grayscale: #5D5D5D. Windows color (decimal): -14126709 or 9138472. OLE color: 9138472.

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

Color convert

RGB 40 113 139 -
CMYK 0.71 0.19 0 0.45
HSL 195.76º 0.55% 0.35% -
HSV(B) 195.76º 0.71% 0.55% -
XYZ 11.44 14.13 26.55 -
YUV 94.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 40 113 139 0.71 0.19 0 0.45 195.76 0.55 0.35
Hex 28 71 8B 47 13 0 2D C4 37 23
Octal 50 161 213 107 23 0 55 304 67 43
Binary 101000 1110001 10001011 1000111 10011 0 101101 11000100 110111 100011

Color Harmonies of #28718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28718B

Black with #28718B

Text Example


Text Example

White with #28718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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