Html Css Color HEX #287990 Astral

📋 copy color: '#287990'

red 40 ◦ green 121 ◦ blue 144

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

Shades of Astral #287990

Tints of Astral #287990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

 BLUE value IS 144 (56.64% from 255) = 47.21%

R = 13.11%
G = 39.67%
B = 47.21%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#287990 (or 0x287990) is known color: Astral. HEX triplet: 28, 79 and 90. RGB value is (40,121,144). Sum of RGB (Red+Green+Blue) = 40+121+144=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #287990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287990 is #D7866F. Grayscale: #636363. Windows color (decimal): -14124656 or 9468200. OLE color: 9468200.

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

Color convert

RGB 40 121 144 -
CMYK 0.72 0.16 0 0.44
HSL 193.27º 0.57% 0.36% -
HSV(B) 193.27º 0.72% 0.56% -
XYZ 12.75 16.14 28.83 -
YUV 99.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 40 121 144 0.72 0.16 0 0.44 193.27 0.57 0.36
Hex 28 79 90 48 10 0 2C C1 39 24
Octal 50 171 220 110 20 0 54 301 71 44
Binary 101000 1111001 10010000 1001000 10000 0 101100 11000001 111001 100100

Color Harmonies of #287990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287990

Black with #287990

Text Example


Text Example

White with #287990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287990; }

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

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

background-color css

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

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

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

border-color css

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

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

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