#28688D

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

Shades of Astral #28688D

Tints of Astral #28688D

Color information

#28688D (or 0x28688D) is unknown color: approx Astral. HEX triplet: 28, 68 and 8D. RGB value is (40,104,141). Sum of RGB (Red+Green+Blue) = 40+104+141=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #28688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28688D is #D79772. Grayscale: #585858. Windows color (decimal): -14129011 or 9267240. OLE color: 9267240.

HSL color Cylindrical-coordinate representation of color #28688D: hue angle of 201.98º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28688D is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40104141-
CMYK0.720.2600.45
HSL201.98º55.8%35.49%-
HSV(B)201.98º71.63%55.29%-
XYZ10.6312.2727.01-
YUV89.08157.392.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=14.04%
G=36.49%
B=49.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401041410.720.2600.45201.9855.835.49
Hex28688D481A02Dca3823
Octal50150215110320553127043
Binary101000110100010001101100100011010010110111001010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28688D; }

 p { color: rgb(40,104,141); }

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

<style>
 a { background-color: #28688D; }

 a { background-color: rgb(40,104,141); }

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

<style>
 span { border-color: #28688D; }

 span { border-color: rgb(40,104,141); }

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