Html Css Color HEX #287091 Astral

📋 copy color: '#287091'

red 40 ◦ green 112 ◦ blue 145

#287091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #287091

Tints of Astral #287091

RGB

 RED value IS 40 (16.02% from 255) = 13.47%

 GREEN value IS 112 (44.14% from 255) = 37.71%

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 13.47%
G = 37.71%
B = 48.82%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#287091 (or 0x287091) is known color: Astral. HEX triplet: 28, 70 and 91. RGB value is (40,112,145). Sum of RGB (Red+Green+Blue) = 40+112+145=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #287091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287091 is #D78F6E. Grayscale: #5E5E5E. Windows color (decimal): -14126959 or 9531432. OLE color: 9531432.

HSL color Cylindrical-coordinate representation of color #287091: hue angle of 198.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287091 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 112 145 -
CMYK 0.72 0.23 0 0.43
HSL 198.86º 0.57% 0.36% -
HSV(B) 198.86º 0.72% 0.57% -
XYZ 11.78 14.08 28.89 -
YUV 94.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 40 112 145 0.72 0.23 0 0.43 198.86 0.57 0.36
Hex 28 70 91 48 17 0 2B C7 39 24
Octal 50 160 221 110 27 0 53 307 71 44
Binary 101000 1110000 10010001 1001000 10111 0 101011 11000111 111001 100100

Color Harmonies of #287091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287091

Black with #287091

Text Example


Text Example

White with #287091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287091; }

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

 H1.HeaderClassName
 {
   color: #287091;
 }
 .AnyTagClassName
 {
   color: #287091;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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