#28708B

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

Shades of Astral #28708B

Tints of Astral #28708B

Color information

#28708B (or 0x28708B) is unknown color: approx Astral. HEX triplet: 28, 70 and 8B. RGB value is (40,112,139). Sum of RGB (Red+Green+Blue) = 40+112+139=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #28708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28708B is #D78F74. Grayscale: #5D5D5D. Windows color (decimal): -14126965 or 9138216. OLE color: 9138216.

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

Color convert

RGB40112139-
CMYK0.710.1900.45
HSL196.36º55.31%35.1%-
HSV(B)196.36º71.22%54.51%-
XYZ11.3313.926.51-
YUV93.55153.6589.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=13.75%
G=38.49%
B=47.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401121390.710.1900.45196.3655.3135.1
Hex28708B471302Dc43723
Octal50160213107230553046743
Binary101000111000010001011100011110011010110111000100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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