#28798B

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

Shades of Astral #28798B

Tints of Astral #28798B

Color information

#28798B (or 0x28798B) is unknown color: approx Astral. HEX triplet: 28, 79 and 8B. RGB value is (40,121,139). Sum of RGB (Red+Green+Blue) = 40+121+139=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #28798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28798B is #D78674. Grayscale: #626262. Windows color (decimal): -14124661 or 9140520. OLE color: 9140520.

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

Color convert

RGB40121139-
CMYK0.710.1300.45
HSL190.91º55.31%35.1%-
HSV(B)190.91º71.22%54.51%-
XYZ12.3715.9926.86-
YUV98.83150.6686.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.33%
GREEN value IS 121 (47.66% from 255) = 40.33%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=13.33%
G=40.33%
B=46.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401211390.710.1300.45190.9155.3135.1
Hex28798B47D02Dbf3723
Octal50171213107150552776743
Binary10100011110011000101110001111101010110110111111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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