Html Css Color HEX #28778F Astral

📋 copy color: '#28778F'

red 40 ◦ green 119 ◦ blue 143

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

Shades of Astral #28778F

Tints of Astral #28778F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

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

R = 13.25%
G = 39.4%
B = 47.35%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28778F (or 0x28778F) is known color: Astral. HEX triplet: 28, 77 and 8F. RGB value is (40,119,143). Sum of RGB (Red+Green+Blue) = 40+119+143=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #28778F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28778F is #D78870. Grayscale: #616161. Windows color (decimal): -14125169 or 9402152. OLE color: 9402152.

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

Color convert

RGB 40 119 143 -
CMYK 0.72 0.17 0 0.44
HSL 193.98º 0.56% 0.36% -
HSV(B) 193.98º 0.72% 0.56% -
XYZ 12.43 15.63 28.35 -
YUV 98.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 40 119 143 0.72 0.17 0 0.44 193.98 0.56 0.36
Hex 28 77 8F 48 11 0 2C C2 38 24
Octal 50 167 217 110 21 0 54 302 70 44
Binary 101000 1110111 10001111 1001000 10001 0 101100 11000010 111000 100100

Color Harmonies of #28778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28778F

Black with #28778F

Text Example


Text Example

White with #28778F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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