#28778A

Color #28778A Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #28778A

Tints of Astral #28778A

Color information

#28778A (or 0x28778A) is unknown color: approx Astral. HEX triplet: 28, 77 and 8A. RGB value is (40,119,138). Sum of RGB (Red+Green+Blue) = 40+119+138=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #28778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28778A is #D78875. Grayscale: #616161. Windows color (decimal): -14125174 or 9074472. OLE color: 9074472.

HSL color Cylindrical-coordinate representation of color #28778A: hue angle of 191.63º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28778A is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB40119138-
CMYK0.710.1400.46
HSL191.63º55.06%34.9%-
HSV(B)191.63º71.01%54.12%-
XYZ12.0615.4826.4-
YUV97.54150.8386.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.47%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=13.47%
G=40.07%
B=46.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401191380.710.1400.46191.6355.0634.9
Hex28778A47E02Ec03723
Octal50167212107160563006743
Binary10100011101111000101010001111110010111011000000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #28778A;
 }
 .AnyTagClassName
 {
   color: #28778A;
 }
</style>
background-color css

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

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

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

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

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

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