Html Css Color HEX #287992 Astral

📋 copy color: '#287992'

red 40 ◦ green 121 ◦ blue 146

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

Shades of Astral #287992

Tints of Astral #287992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.56%

R = 13.03%
G = 39.41%
B = 47.56%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#287992 (or 0x287992) is known color: Astral. HEX triplet: 28, 79 and 92. RGB value is (40,121,146). Sum of RGB (Red+Green+Blue) = 40+121+146=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #287992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287992 is #D7866D. Grayscale: #636363. Windows color (decimal): -14124654 or 9599272. OLE color: 9599272.

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

Color convert

RGB 40 121 146 -
CMYK 0.73 0.17 0 0.43
HSL 194.15º 0.57% 0.36% -
HSV(B) 194.15º 0.73% 0.57% -
XYZ 12.9 16.2 29.64 -
YUV 99.63 154.16 85.47 -
System Red Green Blue C M Y K H S L
Decimal 40 121 146 0.73 0.17 0 0.43 194.15 0.57 0.36
Hex 28 79 92 49 11 0 2B C2 39 24
Octal 50 171 222 111 21 0 53 302 71 44
Binary 101000 1111001 10010010 1001001 10001 0 101011 11000010 111001 100100

Color Harmonies of #287992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287992

Black with #287992

Text Example


Text Example

White with #287992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287992; }

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

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

background-color css

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

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

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

border-color css

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

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

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