Html Css Color HEX #287C92 Astral

📋 copy color: '#287C92'

red 40 ◦ green 124 ◦ blue 146

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

Shades of Astral #287C92

Tints of Astral #287C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40%

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

R = 12.9%
G = 40%
B = 47.1%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#287C92 (or 0x287C92) is known color: Astral. HEX triplet: 28, 7C and 92. RGB value is (40,124,146). Sum of RGB (Red+Green+Blue) = 40+124+146=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #287C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C92 is #D7836D. Grayscale: #656565. Windows color (decimal): -14123886 or 9600040. OLE color: 9600040.

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

Color convert

RGB 40 124 146 -
CMYK 0.73 0.15 0 0.43
HSL 192.45º 0.57% 0.36% -
HSV(B) 192.45º 0.73% 0.57% -
XYZ 13.27 16.94 29.76 -
YUV 101.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 40 124 146 0.73 0.15 0 0.43 192.45 0.57 0.36
Hex 28 7C 92 49 F 0 2B C0 39 24
Octal 50 174 222 111 17 0 53 300 71 44
Binary 101000 1111100 10010010 1001001 1111 0 101011 11000000 111001 100100

Color Harmonies of #287C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C92

Black with #287C92

Text Example


Text Example

White with #287C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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