Html Css Color HEX #287991 Astral

📋 copy color: '#287991'

red 40 ◦ green 121 ◦ blue 145

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

Shades of Astral #287991

Tints of Astral #287991

RGB

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

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

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

R = 13.07%
G = 39.54%
B = 47.39%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#287991 (or 0x287991) is known color: Astral. HEX triplet: 28, 79 and 91. RGB value is (40,121,145). Sum of RGB (Red+Green+Blue) = 40+121+145=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #287991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287991 is #D7866E. Grayscale: #636363. Windows color (decimal): -14124655 or 9533736. OLE color: 9533736.

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

Color convert

RGB 40 121 145 -
CMYK 0.72 0.17 0 0.43
HSL 193.71º 0.57% 0.36% -
HSV(B) 193.71º 0.72% 0.57% -
XYZ 12.82 16.17 29.23 -
YUV 99.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 40 121 145 0.72 0.17 0 0.43 193.71 0.57 0.36
Hex 28 79 91 48 11 0 2B C2 39 24
Octal 50 171 221 110 21 0 53 302 71 44
Binary 101000 1111001 10010001 1001000 10001 0 101011 11000010 111001 100100

Color Harmonies of #287991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287991

Black with #287991

Text Example


Text Example

White with #287991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287991; }

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

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

background-color css

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

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

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

border-color css

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

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

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