#287289

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

Shades of Astral #287289

Tints of Astral #287289

Color information

#287289 (or 0x287289) is unknown color: approx Astral. HEX triplet: 28, 72 and 89. RGB value is (40,114,137). Sum of RGB (Red+Green+Blue) = 40+114+137=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #287289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287289 is #D78D76. Grayscale: #5E5E5E. Windows color (decimal): -14126455 or 9007656. OLE color: 9007656.

HSL color Cylindrical-coordinate representation of color #287289: hue angle of 194.23º 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 #287289 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB40114137-
CMYK0.710.1700.46
HSL194.23º54.8%34.71%-
HSV(B)194.23º70.8%53.73%-
XYZ11.4114.2925.82-
YUV94.5151.9889.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=13.75%
G=39.18%
B=47.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401141370.710.1700.46194.2354.834.71
Hex287289471102Ec23723
Octal50162211107210563026743
Binary101000111001010001001100011110001010111011000010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287289; }

 p { color: rgb(40,114,137); }

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

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

 a { background-color: rgb(40,114,137); }

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

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

 span { border-color: rgb(40,114,137); }

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