Html Css Color HEX #28718C Astral

📋 copy color: '#28718C'

red 40 ◦ green 113 ◦ blue 140

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

Shades of Astral #28718C

Tints of Astral #28718C

RGB

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

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

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

R = 13.65%
G = 38.57%
B = 47.78%

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

#28718C (or 0x28718C) is known color: Astral. HEX triplet: 28, 71 and 8C. RGB value is (40,113,140). Sum of RGB (Red+Green+Blue) = 40+113+140=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #28718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28718C is #D78E73. Grayscale: #5E5E5E. Windows color (decimal): -14126708 or 9204008. OLE color: 9204008.

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

Color convert

RGB 40 113 140 -
CMYK 0.71 0.19 0 0.45
HSL 196.2º 0.56% 0.35% -
HSV(B) 196.2º 0.71% 0.55% -
XYZ 11.51 14.15 26.94 -
YUV 94.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 40 113 140 0.71 0.19 0 0.45 196.2 0.56 0.35
Hex 28 71 8C 47 13 0 2D C4 38 23
Octal 50 161 214 107 23 0 55 304 70 43
Binary 101000 1110001 10001100 1000111 10011 0 101101 11000100 111000 100011

Color Harmonies of #28718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28718C

Black with #28718C

Text Example


Text Example

White with #28718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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