Html Css Color HEX #287592 Astral

📋 copy color: '#287592'

red 40 ◦ green 117 ◦ blue 146

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

Shades of Astral #287592

Tints of Astral #287592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

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

R = 13.2%
G = 38.61%
B = 48.18%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#287592 (or 0x287592) is known color: Astral. HEX triplet: 28, 75 and 92. RGB value is (40,117,146). Sum of RGB (Red+Green+Blue) = 40+117+146=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #287592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287592 is #D78A6D. Grayscale: #616161. Windows color (decimal): -14125678 or 9598248. OLE color: 9598248.

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

Color convert

RGB 40 117 146 -
CMYK 0.73 0.20 0 0.43
HSL 196.42º 0.57% 0.36% -
HSV(B) 196.42º 0.73% 0.57% -
XYZ 12.42 15.25 29.48 -
YUV 97.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 40 117 146 0.73 0.20 0 0.43 196.42 0.57 0.36
Hex 28 75 92 49 14 0 2B C4 39 24
Octal 50 165 222 111 24 0 53 304 71 44
Binary 101000 1110101 10010010 1001001 10100 0 101011 11000100 111001 100100

Color Harmonies of #287592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287592

Black with #287592

Text Example


Text Example

White with #287592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287592; }

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

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

background-color css

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

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

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

border-color css

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

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

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