Html Css Color HEX #287492 Astral

📋 copy color: '#287492'

red 40 ◦ green 116 ◦ blue 146

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

Shades of Astral #287492

Tints of Astral #287492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 13.25%
G = 38.41%
B = 48.34%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#287492 (or 0x287492) is known color: Astral. HEX triplet: 28, 74 and 92. RGB value is (40,116,146). Sum of RGB (Red+Green+Blue) = 40+116+146=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #287492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287492 is #D78B6D. Grayscale: #606060. Windows color (decimal): -14125934 or 9597992. OLE color: 9597992.

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

Color convert

RGB 40 116 146 -
CMYK 0.73 0.21 0 0.43
HSL 196.98º 0.57% 0.36% -
HSV(B) 196.98º 0.73% 0.57% -
XYZ 12.31 15.02 29.44 -
YUV 96.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 40 116 146 0.73 0.21 0 0.43 196.98 0.57 0.36
Hex 28 74 92 49 15 0 2B C5 39 24
Octal 50 164 222 111 25 0 53 305 71 44
Binary 101000 1110100 10010010 1001001 10101 0 101011 11000101 111001 100100

Color Harmonies of #287492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287492

Black with #287492

Text Example


Text Example

White with #287492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287492; }

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

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

background-color css

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

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

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

border-color css

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

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

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